| ELZED | Documentation | The Details | API |
| lzGetContextNameBThe lzGetContextNameB function returns the name associated with the passed-in context handle. BSTR lzGetContextNameB( | LZObjectHandle hContextUID | | // a handle to the desired context |
);
ParametershContextUID | | An Elzed object handle to the desired context. |
Return Value | A BSTR containing the name of the passed-in context. The caller is responsible for disposing of the returned BSTR. |
Remarks | This function is provided to support Visual Basic. For VB, the lzGetContextName API call maps to this function. |
Versions | Introduced in Elzed 2.3.3 | | This page describes the version of lzGetContextNameB active in Elzed 2.5.0 (172: 2.5.0) |
See Also |
| |