Retrieve the raw memory handle to the data contained within a ZVAR.
void* CExtAPI::var_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.