Get the raw pointer of a memory buffer.
void* CExtAPI::buffer_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.