iPXE
Data Fields
DNS_GENERAL_LOOKUP_DATA Struct Reference

DNS_GENERAL_LOOKUP_DATA. More...

#include <Dns4.h>

Data Fields

UINTN RRCount
 Number of returned matching RRs. More...
 
DNS_RESOURCE_RECORDRRList
 Pointer to the all the returned matching RRs. More...
 

Detailed Description

DNS_GENERAL_LOOKUP_DATA.

Definition at line 213 of file Dns4.h.

Field Documentation

◆ RRCount

UINTN DNS_GENERAL_LOOKUP_DATA::RRCount

Number of returned matching RRs.

Definition at line 217 of file Dns4.h.

◆ RRList

DNS_RESOURCE_RECORD* DNS_GENERAL_LOOKUP_DATA::RRList

Pointer to the all the returned matching RRs.

It's caller responsibility to free the allocated memory to hold the returned RRs.

Definition at line 222 of file Dns4.h.


The documentation for this struct was generated from the following file: