Zen API
zMemory_Allocate
C
zStatus zMemory_Allocate(zMemory memory, zUIntPtr initialCapacity);
Parameters
Parameters 
Description 
zMemory memory 
zMemory object. 
zUIntPtr initialCapacity 
Initial capacity of the buffer, in bytes. 
Description

Allocates an auto-sizing, internally-managed buffer for the memory stream.

File

zMemory.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.