2.2.7.23 LSA_FOREST_TRUST_BINARY_DATA
The LSA_FOREST_TRUST_BINARY_DATA structure is used to communicate a forest trust record. This structure is not used in the current version of the protocol.
-
typedef struct _LSA_FOREST_TRUST_BINARY_DATA { [range(0,131072)] unsigned long Length; [size_is(Length)] unsigned char* Buffer; } LSA_FOREST_TRUST_BINARY_DATA, *PLSA_FOREST_TRUST_BINARY_DATA;
Length: The count of bytes in Buffer.<39>
Buffer: The trust record. If the Length field has a value other than 0, this field MUST NOT be NULL.