Bitdefender Hypervisor Memory Introspection
_ADDRINFO Union Reference

#include <wddefs.h>

Data Fields

struct {
   QWORD   Local
 
   QWORD   _pad0
 
   QWORD   Remote
 
Addr64
 
union {
   struct {
      DWORD   Local
 
      DWORD   _pad1
 
      DWORD   Remote
 
   }   Win7
 
   struct {
      DWORD   Local
 
      DWORD   _pad2 [2]
 
      DWORD   Remote
 
   }   Win8AndAbove
 
Addr32
 

Detailed Description

Definition at line 1916 of file wddefs.h.

Field Documentation

◆ _pad0

QWORD _ADDRINFO::_pad0

Definition at line 1921 of file wddefs.h.

◆ _pad1

DWORD _ADDRINFO::_pad1

Definition at line 1930 of file wddefs.h.

◆ _pad2

DWORD _ADDRINFO::_pad2[2]

Definition at line 1937 of file wddefs.h.

◆ Addr32

union { ... } _ADDRINFO::Addr32

Referenced by IntWinNetGetAddrInfo().

◆ Addr64

struct { ... } _ADDRINFO::Addr64

Referenced by IntWinNetGetAddrInfo().

◆ Local [1/2]

QWORD _ADDRINFO::Local

Definition at line 1920 of file wddefs.h.

Referenced by IntWinNetGetAddrInfo().

◆ Local [2/2]

DWORD _ADDRINFO::Local

Definition at line 1929 of file wddefs.h.

◆ Remote [1/2]

QWORD _ADDRINFO::Remote

Definition at line 1922 of file wddefs.h.

Referenced by IntWinNetGetAddrInfo().

◆ Remote [2/2]

DWORD _ADDRINFO::Remote

Definition at line 1931 of file wddefs.h.

◆ Win7

struct { ... } _ADDRINFO::Win7

Referenced by IntWinNetGetAddrInfo().

◆ Win8AndAbove

struct { ... } _ADDRINFO::Win8AndAbove

Referenced by IntWinNetGetAddrInfo().


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