struttura DNS_OPT_DATA (windnsdef.h)
La struttura DNS_OPT_DATA rappresenta un record di risorse RR (DNS Option) come specificato nella sezione 4 di RFC 2671.
Sintassi
typedef struct {
WORD wDataLength;
WORD wPad;
#if ...
BYTE Data[];
#else
BYTE Data[1];
#endif
} DNS_OPT_DATA, *PDNS_OPT_DATA;
Membri
wDataLength
Lunghezza, in byte, di Data.
wPad
Riservato. Non usare.
Data
Matrice di BYTE
Data[1]
Matrice di BYTE
Osservazioni
La struttura DNS_OPT_DATA viene usata insieme alla struttura DNS_RECORD per gestire le voci DNS a livello di codice.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 7 [solo app desktop] |
server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
intestazione |
windnsdef.h |