FreeRDP
wQueue Struct Reference

#include <collections.h>

Data Fields

int capacity
 
int growthFactor
 
BOOL synchronized
 
int head
 
int tail
 
int size
 
void ** array
 
CRITICAL_SECTION lock
 
HANDLE event
 
wObject object
 

Field Documentation

◆ array

void** wQueue::array

◆ capacity

int wQueue::capacity

◆ event

HANDLE wQueue::event

◆ growthFactor

int wQueue::growthFactor

◆ head

int wQueue::head

◆ lock

CRITICAL_SECTION wQueue::lock

◆ object

wObject wQueue::object

◆ size

int wQueue::size

◆ synchronized

BOOL wQueue::synchronized

◆ tail

int wQueue::tail

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