| Table of Contents var_GetDataPtrDescriptionRetrieve the raw memory handle to the data contained within a ZVAR. Function prototypevoid* CExtAPI::var_GetDataPtr(ZVAR hVar); Arguments
 Return valueA null pointer if: 
 Otherwise, a valid handle is returned. Comments
 
This function should not be used. If you need to set/get variable values, use var_SetValue/var_GetValue. If you need to manipulate data in class variables, use the relevant API functions (e.g. format_GetExt).
 Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported |