FreeRDP
wMessageQueue Struct Reference

#include <collections.h>

Data Fields

int head
 
int tail
 
int size
 
int capacity
 
BOOL closed
 
wMessage * array
 
CRITICAL_SECTION lock
 
HANDLE event
 
wObject object
 

Field Documentation

◆ array

wMessage* wMessageQueue::array

◆ capacity

int wMessageQueue::capacity

◆ closed

BOOL wMessageQueue::closed

◆ event

HANDLE wMessageQueue::event

◆ head

int wMessageQueue::head

◆ lock

CRITICAL_SECTION wMessageQueue::lock

◆ object

wObject wMessageQueue::object

◆ size

int wMessageQueue::size

◆ tail

int wMessageQueue::tail

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