| Table of Contents buffer_InitDescriptionAllocate memory in a buffer variable. Function prototypebool CExtAPI::buffer_Init(ZVAR hBuf, long nItems, long ItemSize); Arguments
 Return valueFalse if an error occurred, and true otherwise. CommentsMemory is initialised emptyThe memory in a buffer variable is initialised as zeroes by buffer_Init. Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported |