| ELZED | Documentation | The Details | API |
| lzCreatePrivateContextThe lzCreatePrivateContext function creates the named private context. LZObjectHandle lzCreatePrivateContext( | const char* szContextName | | // name of the target context |
);
ParametersszContextName | | The name of the private context to be created.
If the named private context already exists in the current thread, this function has no effect.
|
Return Value | Returns a handle to the created context if successful; NULL otherwise. |
Versions | Introduced in Elzed 1.1.0 Modified in Elzed 2.4.0 -- Now returns an LZObjectHandle. Context name parameter (char*) is now const. | | This page describes the version of lzCreatePrivateContext active in Elzed 2.5.0 (182: 2.5.0) |
See Also |
| |