Get the raw pointer of a memory buffer.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
void* zbuffer_GetPtr(ZVAR hBuffer);
| Name | Type | Comment |
|---|---|---|
| hBuffer | ZVAR | A handle to a buffer variable from which the memory buffer pointer is to be retrieved. |
Null if an error occurred or the buffer is uninitialised, and a valid non-null pointer otherwise.
None.