BINARY_DATA structure (ndis.h)
The BINARY_DATA structure contains the binary data of a named entry in the registry.
Syntax
typedef struct {
USHORT Length;
PVOID Buffer;
} BINARY_DATA;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported for NDIS 6.0 and NDIS 5.1 drivers in Windows Vista. Supported for NDIS 5.1 drivers in Windows XP. |
Header | ndis.h (include Ndis.h) |