SECPKG_BYTE_VECTOR struttura (ntsecpkg.h)
Specifica le informazioni del vettore di byte.
Sintassi
typedef struct _SECPKG_BYTE_VECTOR {
ULONG ByteArrayOffset;
USHORT ByteArrayLength;
} SECPKG_BYTE_VECTOR, *PSECPKG_BYTE_VECTOR;
Members
ByteArrayOffset
Ogni elemento è un byte.
ByteArrayLength
Lunghezza della matrice di byte.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | ntsecpkg.h |