Retrieve a handle to a Zeolite extension function.
ZFUNC CExtAPI::zeofunc_GetFunc(const char* lpFuncName);
| Name | Type | Comment | 
|---|---|---|
| lpFuncName | const char* | A handle to a C-style string containing the full name of the function (including namespace, delimited by '.' dot operator.) See link in comments for examples. | 
A null handle if the function is not found or an error occurred, and a valid non-null handle otherwise.
To see the available list of extension functions, use the atFuncBrowser plugin (included with L3DT).