Partager via


énumération NDIS_PARAMETER_TYPE (configurationparameter.h)

Le type d’énumération NDIS_PARAMETER_TYPE identifie le type d’une entrée de Registre.

Syntax

typedef enum _NDIS_PARAMETER_TYPE {
  NdisParameterInteger,
  NdisParameterHexInteger,
  NdisParameterString,
  NdisParameterMultiString,
  NdisParameterBinary
} NDIS_PARAMETER_TYPE, *PNDIS_PARAMETER_TYPE;

Constants

 
NdisParameterInteger
Entier en notation décimale.
NdisParameterHexInteger
Entier en notation hexadécimale.
NdisParameterString
Chaîne de type NDIS_STRING.
NdisParameterMultiString
Paramètre multistring du type REG_MULTI_SZ.
NdisParameterBinary
Valeur binaire de type REG_BINARY.

Remarks

Le type d’énumération NDIS_PARAMETER_TYPE est utilisé dans le NDIS_CONFIGURATION_PARAMETER structure and in the ParameterType parameter of the NdisReadConfiguration function.

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

NdisReadConfiguration