LSA_FOREST_TRUST_BINARY_DATA struttura (ntsecapi.h)
La struttura LSA_FOREST_TRUST_BINARY_DATA contiene dati binari usati nelle operazioni di trust della foresta dell'autorità di sicurezza locale .
Sintassi
typedef struct _LSA_FOREST_TRUST_BINARY_DATA {
#if ...
ULONG Length;
#if ...
PUCHAR Buffer;
#else
ULONG Length;
#endif
#else
PUCHAR Buffer;
#endif
} LSA_FOREST_TRUST_BINARY_DATA, *PLSA_FOREST_TRUST_BINARY_DATA;
Members
Length
Dimensioni della struttura in byte.
Buffer
Puntatore a una matrice di tipo UCHAR contenente i dati binari. Il buffer può contenere al massimo 128 KB di dati.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecapi.h |