structure NDIS_PM_COUNTED_STRING (ntddndis.h)
La structure NDIS_PM_COUNTED_STRING spécifie une chaîne de taille limitée utilisée dans les structures de gestion de l’alimentation.
Syntaxe
typedef struct _NDIS_PM_COUNTED_STRING {
USHORT Length;
WCHAR String[NDIS_PM_MAX_STRING_SIZE + 1];
} NDIS_PM_COUNTED_STRING, *PNDIS_PM_COUNTED_STRING;
Membres
Length
Longueur, en octets, de la chaîne.
String[NDIS_PM_MAX_STRING_SIZE + 1]
Tableau WCHAR qui contient une chaîne terminée par NULL limitée à une taille maximale de NDIS_PM_MAX_STRING_SIZE.
Remarques
La structure NDIS_PM_COUNTED_STRING spécifie une chaîne de taille limitée utilisée dans la NDIS_PM_PROTOCOL_OFFLOAD et NDIS_PM_WOL_PATTERN structures de gestion de l’alimentation pour définir des chaînes de nom.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Pris en charge dans NDIS 6.20 et versions ultérieures. |
d’en-tête | ntddndis.h (include Ntddndis.h) |