Table of Contents

zbuffer_GetPtr

Description

Get the raw pointer of a memory buffer.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

void* zbuffer_GetPtr(ZVAR hBuffer);

Arguments

Name Type Comment
hBuffer ZVAR A handle to a buffer variable from which the memory buffer pointer is to be retrieved.

Return value

Null if an error occurred or the buffer is uninitialised, and a valid non-null pointer otherwise.

Comments

None.