Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Communicates to the Logon UI or Credential UI that a tile image field has changed and that the UI should be updated.
Syntax
HRESULT SetFieldBitmap(
[in] ICredentialProviderCredential *pcpc,
[in] DWORD dwFieldID,
[in] HBITMAP hbmp
);
Parameters
[in] pcpc
Type: ICredentialProviderCredential*
The credential containing the tile image field that is being set. This value should be set to this. See ICredentialProviderCredentialEvents for more information.
[in] dwFieldID
Type: DWORD
The unique ID of the tile image field.
[in] hbmp
Type: HBITMAP
The new tile image.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | credentialprovider.h |