IConnectableCredentialProviderCredential::GetBitmapValue Method
Enables retrieval of bitmap data from a credential with a bitmap field.
Syntax
HRESULT GetBitmapValue( DWORD dwFieldID, HBITMAP *phbmp );
Parameters
- dwFieldID
[in] The ID of the field from which to retrieve the bitmap.- phbmp
[out] Contains a pointer to the handle of the retrieved bitmap.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method is optional.