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 

lzClearContext

The lzClearContext function detaches the current context without destroying it. No context is left in effect in the current thread.

bool lzClearContext(
   void
);

Parameters

   

None.


Return Value

   Returns TRUE if the context is cleared, FALSE if not.

Remarks

   Use this function as the first step in creating a new context. After calling lzClearContext, use the attribute-setting functions (lzSetRadixMark, lzSetQuoteMark, etc.) to establish the new context's attributes. Call lzCreatePublicContext or lzCreatePrivateContext to create the new context. Call lzSetContext to put it into effect.

Versions

   Introduced in Elzed 1.0.0
   This page describes the version of lzClearContext active in Elzed 2.5.0 (4: 2.5.0)

See Also



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