Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 2.72 KB

nf-credentialprovider-icredentialprovidercredential-setcheckboxvalue.md

File metadata and controls

74 lines (59 loc) · 2.72 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:credentialprovider.ICredentialProviderCredential.SetCheckboxValue
ICredentialProviderCredential::SetCheckboxValue (credentialprovider.h)
Enables a Logon UI and Credential UI to indicate that a checkbox value has changed.
ICredentialProviderCredential interface [Windows Shell]
SetCheckboxValue method
ICredentialProviderCredential.SetCheckboxValue
ICredentialProviderCredential::SetCheckboxValue
SetCheckboxValue
SetCheckboxValue method [Windows Shell]
SetCheckboxValue method [Windows Shell]
ICredentialProviderCredential interface
_shell_ICredentialProviderCredential_SetCheckboxValue
credentialprovider/ICredentialProviderCredential::SetCheckboxValue
shell.ICredentialProviderCredential_SetCheckboxValue
shell\ICredentialProviderCredential_SetCheckboxValue.htm
shell
7da8e80f-1cbe-4a10-96a0-7eb6e61b0f9b
12/05/2018
ICredentialProviderCredential interface [Windows Shell],SetCheckboxValue method, ICredentialProviderCredential.SetCheckboxValue, ICredentialProviderCredential::SetCheckboxValue, SetCheckboxValue, SetCheckboxValue method [Windows Shell], SetCheckboxValue method [Windows Shell],ICredentialProviderCredential interface, _shell_ICredentialProviderCredential_SetCheckboxValue, credentialprovider/ICredentialProviderCredential::SetCheckboxValue, shell.ICredentialProviderCredential_SetCheckboxValue
credentialprovider.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Credentialprovider.idl
Windows
19H1
ICredentialProviderCredential::SetCheckboxValue
credentialprovider/ICredentialProviderCredential::SetCheckboxValue
c++
APIRef
kbSyntax
COM
Credentialprovider.h
ICredentialProviderCredential.SetCheckboxValue

ICredentialProviderCredential::SetCheckboxValue

-description

Enables a Logon UI and Credential UI to indicate that a checkbox value has changed.

-parameters

-param dwFieldID [in]

Type: DWORD

The identifier for the field to update.

-param bChecked [in]

Type: BOOL

Indicates the new value for the checkbox. TRUE means the checkbox should be checked, FALSE means unchecked.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.