IF_COUNTED_STRING_LH struttura (ifdef.h)
La struttura IF_COUNTED_STRING specifica una stringa conteggiata per le interfacce NDIS.
Sintassi
typedef struct _IF_COUNTED_STRING_LH {
USHORT Length;
WCHAR String[IF_MAX_STRING_SIZE + 1];
} IF_COUNTED_STRING_LH, *PIF_COUNTED_STRING_LH;
Members
Length
Valore USHORT che contiene la lunghezza, in byte, della stringa.
String[IF_MAX_STRING_SIZE + 1]
Buffer WCHAR che contiene la stringa. La stringa non deve essere terminata con null.
Commenti
La struttura IF_COUNTED_STRING è il tipo di dati per varie strutture di stringa NDIS, ad esempio NDIS_IF_COUNTED_STRING.
Se la stringa è terminata da NULL, il membro Length non deve includere il carattere NULL terminante.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Supportato in NDIS 6.0 e versioni successive. |
Intestazione | ifdef.h (include Ntddndis.h) |