| ELZED | Documentation | The Details | API |
| lzGetContextHandleThe lzGetContextHandle function returns an Elzed object handle to the named context. LZObjectHandle lzGetContextHandle( | const char* szContextName | | // the name of the desired context |
);
ParametersszContextName | | A pointer to a NULL-terminated character string containing the name of the desired context. |
Return Value | Returns an Elzed object handle to the named context. If the named context is not found, the handle will be NULL. |
Remarks | When searching for contexts by name, Elzed will check the list of private contexts in the current thread before checking the list of public contexts. |
Versions | Introduced in Elzed 2.3.2 Modified in Elzed 2.4.0 -- Context name parameter (char*) is now declared const. | | This page describes the version of lzGetContextHandle active in Elzed 2.5.0 (201: 2.5.0) |
See Also |
| |