// configurationparameter.h
typedef struct {
USHORT Length;
PVOID Buffer;
} BINARY_DATA;
View the official Windows Driver Kit DDI referenceNo description available.
The BINARY_DATA structure contains the binary data of a named entry in the registry.
LengthThe length, in bytes, of the data that the Buffer member points to.
BufferPointer to a buffer containing the binary data.
The BINARY_DATA structure is used in the ParameterData member of the NDIS_CONFIGURATION_PARAMETER structure.