Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CREDENTIAL_PROVIDER_STATUS_ICON enumeration (credentialprovider.h)
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_NONEValue: 0 No icon indicated. |
CPSI_ERRORDisplay the error icon. |
CPSI_WARNINGDisplay the warning icon. |
CPSI_SUCCESSReserved. |
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 |
Feedback
Was this page helpful?
