Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 2.61 KB

nf-credentialprovider-icredentialprovidercredential-getbitmapvalue.md

File metadata and controls

78 lines (61 loc) · 2.61 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.GetBitmapValue
ICredentialProviderCredential::GetBitmapValue (credentialprovider.h)
Enables retrieval of bitmap data from a credential with a bitmap field.
GetBitmapValue
GetBitmapValue method [Windows Shell]
GetBitmapValue method [Windows Shell]
ICredentialProviderCredential interface
ICredentialProviderCredential interface [Windows Shell]
GetBitmapValue method
ICredentialProviderCredential.GetBitmapValue
ICredentialProviderCredential::GetBitmapValue
credentialprovider/ICredentialProviderCredential::GetBitmapValue
shell.ICredentialProviderCredential_GetBitmapValue
shell_ICredentialProviderCredential_GetBitmapValue
shell\ICredentialProviderCredential_GetBitmapValue.htm
shell
5171b8f4-877b-43ab-be1d-4ccffdfc74ce
12/05/2018
GetBitmapValue, GetBitmapValue method [Windows Shell], GetBitmapValue method [Windows Shell],ICredentialProviderCredential interface, ICredentialProviderCredential interface [Windows Shell],GetBitmapValue method, ICredentialProviderCredential.GetBitmapValue, ICredentialProviderCredential::GetBitmapValue, credentialprovider/ICredentialProviderCredential::GetBitmapValue, shell.ICredentialProviderCredential_GetBitmapValue, shell_ICredentialProviderCredential_GetBitmapValue
credentialprovider.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Credentialprovider.idl
Windows
19H1
ICredentialProviderCredential::GetBitmapValue
credentialprovider/ICredentialProviderCredential::GetBitmapValue
c++
APIRef
kbSyntax
COM
Credentialprovider.h
ICredentialProviderCredential.GetBitmapValue

ICredentialProviderCredential::GetBitmapValue

-description

Enables retrieval of bitmap data from a credential with a bitmap field.

-parameters

-param dwFieldID [in]

Type: DWORD

The identifier for the field.

-param phbmp [out]

Type: HBITMAP*

Contains a pointer to the handle of the bitmap.

-returns

Type: HRESULT

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

-remarks

This method is optional.