TianoCore EDK2 master
Loading...
Searching...
No Matches
DNS_GENERAL_LOOKUP_DATA Struct Reference

#include <MdePkg/Include/Protocol/Dns4.h>

Data Fields

UINTN RRCount
 
DNS_RESOURCE_RECORDRRList
 

Detailed Description

DNS_GENERAL_LOOKUP_DATA

Definition at line 211 of file Dns4.h.

Field Documentation

◆ RRCount

UINTN DNS_GENERAL_LOOKUP_DATA::RRCount

Number of returned matching RRs.

Definition at line 215 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 220 of file Dns4.h.


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