次の方法で共有


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 (ndis.h を含む)

See also

NDIS_CONFIGURATION_PARAMETER