Condividi tramite


struttura NDIS_PM_COUNTED_STRING (ntddndis.h)

La struttura NDIS_PM_COUNTED_STRING specifica una stringa di dimensioni limitate utilizzata nelle strutture di risparmio energia.

Sintassi

typedef struct _NDIS_PM_COUNTED_STRING {
  USHORT Length;
  WCHAR  String[NDIS_PM_MAX_STRING_SIZE + 1];
} NDIS_PM_COUNTED_STRING, *PNDIS_PM_COUNTED_STRING;

Membri

Length

Lunghezza, in byte, della stringa.

String[NDIS_PM_MAX_STRING_SIZE + 1]

Matrice WCHAR contenente una stringa con terminazione NULL limitata a una dimensione massima di NDIS_PM_MAX_STRING_SIZE.

Osservazioni

La struttura NDIS_PM_COUNTED_STRING specifica una stringa di dimensioni limitate usata nelle strutture di NDIS_PM_PROTOCOL_OFFLOAD e NDIS_PM_WOL_PATTERN risparmio energia per definire le stringhe dei nomi.

Fabbisogno

Requisito Valore
client minimo supportato Supportato in NDIS 6.20 e versioni successive.
intestazione ntddndis.h (include Ntddndis.h)

Vedere anche

NDIS_PM_PROTOCOL_OFFLOAD

NDIS_PM_WOL_PATTERN