FreeRDP
wStreamPool Struct Reference

#include <stream.h>

Collaboration diagram for wStreamPool:

Data Fields

int aSize
 
int aCapacity
 
wStream ** aArray
 
int uSize
 
int uCapacity
 
wStream ** uArray
 
CRITICAL_SECTION lock
 
BOOL synchronized
 
size_t defaultSize
 

Field Documentation

◆ aArray

wStream** wStreamPool::aArray

◆ aCapacity

int wStreamPool::aCapacity

◆ aSize

int wStreamPool::aSize

◆ defaultSize

size_t wStreamPool::defaultSize

◆ lock

CRITICAL_SECTION wStreamPool::lock

◆ synchronized

BOOL wStreamPool::synchronized

◆ uArray

wStream** wStreamPool::uArray

◆ uCapacity

int wStreamPool::uCapacity

◆ uSize

int wStreamPool::uSize

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