|
| ELZED | Documentation | The Details | API |
| lzInitializeThe 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) |
|
| |