FreeRDP
wArrayList Struct Reference

#include <collections.h>

Data Fields

int capacity
 
int growthFactor
 
BOOL synchronized
 
int size
 
void ** array
 
CRITICAL_SECTION lock
 
wObject object
 

Field Documentation

◆ array

void** wArrayList::array

◆ capacity

int wArrayList::capacity

◆ growthFactor

int wArrayList::growthFactor

◆ lock

CRITICAL_SECTION wArrayList::lock

◆ object

wObject wArrayList::object

◆ size

int wArrayList::size

◆ synchronized

BOOL wArrayList::synchronized

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