SEC_WINNT_AUTH_BYTE_VECTOR structure (sspi.h)
Specifies the byte offset and array length of the data in an authentication structure.
Syntax
typedef struct _SEC_WINNT_AUTH_BYTE_VECTOR {
unsigned long ByteArrayOffset;
unsigned short ByteArrayLength;
} SEC_WINNT_AUTH_BYTE_VECTOR, *PSEC_WINNT_AUTH_BYTE_VECTOR;
Members
ByteArrayOffset
The number of bytes from the beginning of a structure in memory to the beginning of the data.
ByteArrayLength
The number of bytes in the data array of a structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | sspi.h |