BINARY_DATA结构包含注册表中命名项的二进制数据。
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
指向包含二进制数据的缓冲区的指针。
Remarks
The BINARY_DATA structure is used in the ParameterData member of the NDIS_CONFIGURATION_PARAMETER structure.
Requirements
| Requirement | Value |
|---|---|
| 最低支持的客户端 | Windows Vista 中支持 NDIS 6.0 和 NDIS 5.1 驱动程序。 在 Windows XP 中支持 NDIS 5.1 驱动程序。 |
| Header | configurationparameter.h (include ndis.h) |