SEC_WINNT_CREDUI_CONTEXT_VECTOR structure (sspi.h)
Specifies the offset and size of the credential context data in a SEC_WINNT_CREDUI_CONTEXT structure.
Syntax
typedef struct _SEC_WINNT_CREDUI_CONTEXT_VECTOR {
ULONG CredUIContextArrayOffset;
USHORT CredUIContextCount;
} SEC_WINNT_CREDUI_CONTEXT_VECTOR, *PSEC_WINNT_CREDUI_CONTEXT_VECTOR;
Members
CredUIContextArrayOffset
The number of bytes from the beginning of the structure to the context data.
CredUIContextCount
The size, in bytes, of the context data.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | sspi.h |