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 

lzGetContextHandle

The lzGetContextHandle function returns an Elzed object handle to the named context.

LZObjectHandle lzGetContextHandle(
   const char* szContextName   // the name of the desired context
);

Parameters

szContextName
   A pointer to a NULL-terminated character string containing the name of the desired context.

Return Value

   Returns an Elzed object handle to the named context. If the named context is not found, the handle will be NULL.

Remarks

   When searching for contexts by name, Elzed will check the list of private contexts in the current thread before checking the list of public contexts.

Versions

   Introduced in Elzed 2.3.2
Modified in Elzed 2.4.0 -- Context name parameter (char*) is now declared const.
   This page describes the version of lzGetContextHandle active in Elzed 2.5.0 (201: 2.5.0)

See Also



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