共用方式為


BINARY_DATA結構 (configurationparameter.h)

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)

See also

NDIS_CONFIGURATION_PARAMETER