SEC_WINNT_AUTH_SHORT_VECTOR structure (sspi.h)
Specifies the offset and number of characters in an array of USHORT values.
Syntax
typedef struct _SEC_WINNT_AUTH_SHORT_VECTOR {
ULONG ShortArrayOffset;
USHORT ShortArrayCount;
} SEC_WINNT_AUTH_SHORT_VECTOR, *PSEC_WINNT_AUTH_SHORT_VECTOR;
Members
ShortArrayOffset
The number of characters before the beginning of the data in a SEC_WINNT_AUTH_PACKED_CREDENTIALS_EX structure.
ShortArrayCount
The number of characters in the array.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | sspi.h |