KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzGetContextName

The 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
);

Parameters

hContextUID
   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

   Contexts


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy