| ELZED | Documentation | The Details | API |
| lzResetDefaultContextThe lzResetDefaultContext function sets the default context to be the primary context. bool lzResetDefaultContext();
Parameters
Return Value | Returns TRUE if the default context is reset, FALSE otherwise. |
Remarks | It's hard to imagine how this call would ever fail. The primary context (named "Elzed") is always available, cannot be locked, and cannot be deleted. I feel, however, that while a return value may be unneeded in practice, it's still good form. |
Versions | Introduced in Elzed 2.3.2 | | This page describes the version of lzResetDefaultContext active in Elzed 2.5.0 (146: 2.5.0) |
See Also |
| |