LSA_FOREST_TRUST_BINARY_DATA structure (ntsecapi.h)

The LSA_FOREST_TRUST_BINARY_DATA structure contains binary data used in Local Security Authority forest trust operations.

Syntax

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

Size of the structure in bytes.

Buffer

Pointer to an array of type UCHAR that contains the binary data. The buffer can contain at most 128 KB of data.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2003 [desktop apps only]
Header ntsecapi.h