| Table of Contents buffer_ItemSizeDescriptionRetrieve the size, in bytes, of each item in a buffer (as set in buffer_Init). To retrieve the combined size of all items in a buffer, use buffer_MemSize. Function prototypeint CExtAPI::buffer_ItemSize(ZVAR hBuffer); Arguments
 Return valueZero if the buffer is not initialised or an error occurred, and non-zero otherwise. CommentsNone. Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported |