Compartilhar via


BINARY_DATA estrutura (configurationparameter.h)

A estrutura BINARY_DATA contém os dados binários de uma entrada nomeada no registro.

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

Ponteiro para um buffer que contém os dados binários.

Remarks

The BINARY_DATA structure is used in the ParameterData member of the NDIS_CONFIGURATION_PARAMETER structure.

Requirements

Requirement Value
Cliente mínimo suportado Com suporte para drivers NDIS 6.0 e NDIS 5.1 no Windows Vista. Com suporte para drivers NDIS 5.1 no Windows XP.
Header configurationparameter.h (inclua ndis.h)

See also

NDIS_CONFIGURATION_PARAMETER