ICredentialProviderUser::GetProviderID method
Retrieves the ID of the account provider for this user.
Syntax
HRESULT GetProviderID( [out] GUID *providerID );
Parameters
- providerID [out]
-
A pointer to a value that, when this method returns successfully, receives the GUID of the user's account provider.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This GUID applies to both logon and credential UI.
This value can also be retrieved as a PROPVARIANT through ICredentialProviderUser::GetValue.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|
See also
Show: