FreeRDP
wBufferPool Struct Reference

#include <collections.h>

Data Fields

int fixedSize
 
DWORD alignment
 
BOOL synchronized
 
CRITICAL_SECTION lock
 
int size
 
int capacity
 
void ** array
 
int aSize
 
int aCapacity
 
wBufferPoolItem * aArray
 
int uSize
 
int uCapacity
 
wBufferPoolItem * uArray
 

Field Documentation

◆ aArray

wBufferPoolItem* wBufferPool::aArray

◆ aCapacity

int wBufferPool::aCapacity

◆ alignment

DWORD wBufferPool::alignment

◆ array

void** wBufferPool::array

◆ aSize

int wBufferPool::aSize

◆ capacity

int wBufferPool::capacity

◆ fixedSize

int wBufferPool::fixedSize

◆ lock

CRITICAL_SECTION wBufferPool::lock

◆ size

int wBufferPool::size

◆ synchronized

BOOL wBufferPool::synchronized

◆ uArray

wBufferPoolItem* wBufferPool::uArray

◆ uCapacity

int wBufferPool::uCapacity

◆ uSize

int wBufferPool::uSize

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