| ELZED | Documentation | The Details | API |
| lzGetContextNameThe lzGetContextName function returns the name associated with the passed-in context handle. char* lzGetContextName( | LZObjectHandle hContextUID, | | // a handle to the desired context | | char* szContextName | | // string to contain the context name |
);
ParametershContextUID | | An Elzed object handle to the desired context. |
szContextName | | A pointer to a character string which will contain the name of the desired context. This string should be able to hold at least 128 characters. |
Return Value | Returns a pointer to a character string containing the name of the desired context. This pointer is the one passed in as the second parameter.
If the desired context is not found, the returned string will be empty. |
Versions | Introduced in Elzed 2.3.2 | | This page describes the version of lzGetContextName active in Elzed 2.5.0 (144: 2.5.0) |
See Also |
| |