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 

lzLoadElzed

The lzLoadElzed function brings the Elzed dynamic library into memory. You must call this function before using the dynamic Elzed library.

bool lzLoadElzed(
   void
);

Parameters

   

None.


Return Value

   TRUE if the dynamic library was loaded, otherwise FALSE.

Remarks

   Available only in C++. Visual Basic loads Elzed automatically. Only users of the dynamic library need to call this function. In static versions of Elzed, this function is a no-op.

This function needs to be called only once for each load of the dynamic library. Subsequent calls will first unload the library, then reload it.

Versions

   Introduced in Elzed 1.0.0
   This page describes the version of lzLoadElzed active in Elzed 2.5.0 (81: 2.5.0)


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