| ELZED | Documentation | The Details | API |
| lzSetDefaultContextThe lzSetDefaultContext makes the passed-in context the default context. bool lzSetDefaultContext( | const char* szContextName | | // the name of the desired context |
);
ParametersszContextName | | A NULL-terminated character string containing the name of the desired context. |
Return Value | Returns TRUE if the passed-in context is set as the default context, FALSE otherwise. |
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 lzSetDefaultContext active in Elzed 2.5.0 (228: 2.5.0) |
See Also |
| |