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 

lzGetCurrentContextName

The lzGetCurrentContextName function returns the name of the current context.

char* lzGetCurrentContextName(
   char* szContextName   // string to receive the current context name
);

Parameters

szContextName
   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)


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