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.
Indicates which status icon should be displayed.
Syntax
typedef enum _CREDENTIAL_PROVIDER_STATUS_ICON {
CPSI_NONE = 0,
CPSI_ERROR,
CPSI_WARNING,
CPSI_SUCCESS
} CREDENTIAL_PROVIDER_STATUS_ICON;
Constants
CPSI_NONE Value: 0 No icon indicated. |
CPSI_ERROR Display the error icon. |
CPSI_WARNING Display the warning icon. |
CPSI_SUCCESS Reserved. |
Remarks
CREDENTIAL_PROVIDER_STATUS_ICON is not used starting in Windows 10.
As part of ReportResult, a credential provider may specify a status icon to display. It is important to note that only Logon UI calls ReportResult, Credential UI does not.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | credentialprovider.h |