BINARY_DATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// configurationparameter.h

typedef struct {
  USHORT Length;
  PVOID  Buffer;
} BINARY_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-configurationparameter-binary_data)

BINARY_DATA structure

Description

The BINARY_DATA structure contains the binary data of a named entry in the registry.

Members

Length

The length, in bytes, of the data that the Buffer member points to.

Buffer

Pointer to a buffer containing the binary data.

Remarks

The BINARY_DATA structure is used in the ParameterData member of the NDIS_CONFIGURATION_PARAMETER structure.

See also

NDIS_CONFIGURATION_PARAMETER