Partager via


structure BINARY_DATA (configurationparameter.h)

La structure BINARY_DATA contient les données binaires d’une entrée nommée dans le Registre.

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

Pointeur vers une mémoire tampon contenant les données binaires.

Remarks

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

Requirements

Requirement Value
Client minimum requis Pris en charge pour les pilotes NDIS 6.0 et NDIS 5.1 dans Windows Vista. Pris en charge pour les pilotes NDIS 5.1 dans Windows XP.
Header configurationparameter.h (include ndis.h)

See also

NDIS_CONFIGURATION_PARAMETER