Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

The LMX_Init function initializes the protection system.

Prototype

Code Block
languagecpp
LMX_STATUS LMX_Init
(
   LMX_HANDLE *pLmxHandle
);

Parameters

pLmxHandle
[out] Pointer to LM-X handle.

Return values

On success, this function returns the status code LMX_SUCCESS.

On failure, this function returns an error code in the format described in Return codes.

Remarks

This function should be the first one called.

It is important to note that you should call LMX_Init only once, because you should need to create only one LMX_HANDLE. You should continue to use the single handle throughout the lifetime of your application.