Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IIoBufferFactory::initialize ( const P6WCHAR pwszFactoryName,
P6UINT32  cBufferSize,
P6UINT32  cInitial,
P6UINT32  cGrowby,
P6IOBFFLAGS  fFlags 
)
pure virtual

Initialized the factory for use.

This method must be called before any other method.

Parameters
pwszFactoryName[ in ] The name to associate with this factories memory pools.
cBufferSize[ in ] The size in bytes of a single buffer.
cInitial[ in ] The number of buffers to allocate initially in thi memory pool.
cGrowby[ in ] The number of buffers to grow the pool by when the pool is exhausted.
fFlags
Returns