Retrieve the raw memory handle to the data contained within a ZVAR.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
void* zvar_GetDataPtr(ZVAR hVar);
| Name | Type | Comment |
|---|---|---|
| hVar | ZVAR | The handle to variable for which the data pointer is to be retrieved. |
A null pointer if:
Otherwise, a valid handle is returned.