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 

lzCreatePublicContext

The lzCreatePublicContext function creates the named public context.

LZObjectHandle lzCreatePublicContext(
   const char* szContextName   // name of the target context
);

Parameters

szContextName
   The name of the public context to be created.

If the named public context already exists, this function has no effect.

Return Value

   Returns a handle to the created context if successful; NULL otherwise.

Versions

   Introduced in Elzed 1.1.0
Modified in Elzed 2.4.0 -- Now returns an LZObjectHandle. Context name parameter (char*) is now const.
   This page describes the version of lzCreatePublicContext active in Elzed 2.5.0 (183: 2.5.0)

See Also

   Contexts


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