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 

lzInitialize

The lzInitialize function prepares the Elzed parser for use. Pass in your null-terminated registration key to enable all of the DLL's features. Pass in a NULL or invalid key to run in demo mode.

bool lzInitialize(
   const char* szRegKey   // null-terminated reg key string
);

Parameters

szRegKey
   Contains the registration key provided to you when you purchased a license. Must be null-terminated.

Return Value

   TRUE if Elzed initialized successfully, FALSE if not. NULL or invalid registration keys will still return TRUE.

Remarks

   This function may be called exactly once for each load of the Elzed library. Subsequent calls have no effect.

Versions

   Introduced in Elzed 1.0.0
Modified in Elzed 2.4.0 -- Registration key name parameter (char*) is now declared const.
   This page describes the version of lzInitialize active in Elzed 2.5.0 (209: 2.5.0)


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