Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 2.68 KB

nf-credentialprovider-icredentialprovidercredential-getcheckboxvalue.md

File metadata and controls

80 lines (62 loc) · 2.68 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.GetCheckboxValue
ICredentialProviderCredential::GetCheckboxValue (credentialprovider.h)
Retrieves the checkbox value.
GetCheckboxValue
GetCheckboxValue method [Windows Shell]
GetCheckboxValue method [Windows Shell]
ICredentialProviderCredential interface
ICredentialProviderCredential interface [Windows Shell]
GetCheckboxValue method
ICredentialProviderCredential.GetCheckboxValue
ICredentialProviderCredential::GetCheckboxValue
_shell_ICredentialProviderCredential_GetCheckboxValue
credentialprovider/ICredentialProviderCredential::GetCheckboxValue
shell.ICredentialProviderCredential_GetCheckboxValue
shell\ICredentialProviderCredential_GetCheckboxValue.htm
shell
f7fcf44c-bc5e-4d15-bbd8-7f7e9df9240b
12/05/2018
GetCheckboxValue, GetCheckboxValue method [Windows Shell], GetCheckboxValue method [Windows Shell],ICredentialProviderCredential interface, ICredentialProviderCredential interface [Windows Shell],GetCheckboxValue method, ICredentialProviderCredential.GetCheckboxValue, ICredentialProviderCredential::GetCheckboxValue, _shell_ICredentialProviderCredential_GetCheckboxValue, credentialprovider/ICredentialProviderCredential::GetCheckboxValue, shell.ICredentialProviderCredential_GetCheckboxValue
credentialprovider.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Credentialprovider.idl
Windows
19H1
ICredentialProviderCredential::GetCheckboxValue
credentialprovider/ICredentialProviderCredential::GetCheckboxValue
c++
APIRef
kbSyntax
COM
Credentialprovider.h
ICredentialProviderCredential.GetCheckboxValue

ICredentialProviderCredential::GetCheckboxValue

-description

Retrieves the checkbox value.

-parameters

-param dwFieldID [in]

Type: DWORD

The identifier for the field.

-param pbChecked [out]

Type: BOOL*

Indicates the state of the checkbox. TRUE indicates the checkbox is checked, otherwise FALSE.

-param ppszLabel [out]

Type: LPWSTR*

Points to the label on the checkbox.

-returns

Type: HRESULT

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