| ELZED | Documentation | The Details | API |
| lzGetCurrentContextNameThe lzGetCurrentContextName function returns the name of the current context. char* lzGetCurrentContextName( | char* szContextName | | // string to receive the current context name |
);
ParametersszContextName | | A pointer to a string variable which will receive the current context name. The string should be able to hold at least 128 characters. |
Return Value | Returns the passed-in string pointer. If there is a current context, the string will contain its name. If no context is current, the string will be empty. |
Versions | Introduced in Elzed 2.2.0 | | This page describes the version of lzGetCurrentContextName active in Elzed 2.5.0 (135: 2.5.0) |
|
| |