다음을 통해 공유


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