CREDENTIAL_PROVIDER_FIELD_INTERACTIVE_STATE enumeration
Describes credential provider field interactive state. Used by ICredentialProviderCredential::GetFieldState and ICredentialProviderCredentialEvents::SetFieldInteractiveState.
Syntax
typedef enum _CREDENTIAL_PROVIDER_FIELD_INTERACTIVE_STATE { CPFIS_NONE = 0, CPFIS_READONLY = 1, CPFIS_DISABLED = 2, CPFIS_FOCUSED = 3 } CREDENTIAL_PROVIDER_FIELD_INTERACTIVE_STATE;
Constants
- CPFIS_NONE
-
The field does not have any of the other three properties.
- CPFIS_READONLY
-
Reserved.
- CPFIS_DISABLED
-
Reserved.
- CPFIS_FOCUSED
-
Credential providers use this field interactive state to indicate that the field should receive initial keyboard focus. This interactive state may not be specified for uneditable field types. If several editable fields specify this state, the first of them (by their dwIndex order) receives focus. This field interactive state is obeyed only during initial enumeration. Logon UI and credential UI do not update this field interactive state as the user changes focus. Changing this state after the credential tile is rendered has no visible effect on the control.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012