Bitdefender Hypervisor Memory Introspection
_QUEUE Struct Reference

#include <queue.h>

Data Fields

union {
   struct _QUEUE *   Next
 
   struct _QUEUE *   Head
 
}; 
 

Detailed Description

Definition at line 10 of file queue.h.

Field Documentation

◆ @140

union { ... }

◆ Head

struct _QUEUE* _QUEUE::Head

Definition at line 15 of file queue.h.

Referenced by QueueInsert(), and QueueRemove().

◆ Next

struct _QUEUE* _QUEUE::Next

Definition at line 14 of file queue.h.

Referenced by IntHookGpaDump(), QueueInsert(), and QueueRemove().


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