ReactOS 0.4.16-dev-1946-g52006dd
_DNS_CACHE_ENTRY Struct Reference

#include <windns_undoc.h>

Collaboration diagram for _DNS_CACHE_ENTRY:

Public Attributes

struct _DNS_CACHE_ENTRYpNext
 
PWSTR pszName
 
unsigned short wType1
 
unsigned short wType2
 
unsigned short wFlags
 
struct _DNS_CACHE_ENTRYNext
 
const WCHARName
 
WORD Type
 
WORD DataLength
 
ULONG Flags
 

Detailed Description

Definition at line 8 of file windns_undoc.h.

Member Data Documentation

◆ DataLength

WORD _DNS_CACHE_ENTRY::DataLength

Definition at line 759 of file windns.h.

◆ Flags

ULONG _DNS_CACHE_ENTRY::Flags

Definition at line 760 of file windns.h.

◆ Name

const WCHAR* _DNS_CACHE_ENTRY::Name

Definition at line 757 of file windns.h.

◆ Next

struct _DNS_CACHE_ENTRY* _DNS_CACHE_ENTRY::Next

Definition at line 756 of file windns.h.

◆ pNext

struct _DNS_CACHE_ENTRY* _DNS_CACHE_ENTRY::pNext

Definition at line 10 of file windns_undoc.h.

Referenced by DisplayDns(), and DnsIntCacheGetEntries().

◆ pszName

PWSTR _DNS_CACHE_ENTRY::pszName

Definition at line 14 of file windns_undoc.h.

◆ Type

WORD _DNS_CACHE_ENTRY::Type

Definition at line 758 of file windns.h.

◆ wFlags

unsigned short _DNS_CACHE_ENTRY::wFlags

Definition at line 18 of file windns_undoc.h.

◆ wType1

unsigned short _DNS_CACHE_ENTRY::wType1

Definition at line 16 of file windns_undoc.h.

◆ wType2

unsigned short _DNS_CACHE_ENTRY::wType2

Definition at line 17 of file windns_undoc.h.


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