Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |