Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The LMX_ClientStoreLoad function loads content saved in the client store.

Prototype

Code Block
languagecpp
LMX_STATUS LMX_ClientStoreLoad

...


(
   LMX_HANDLE LmxHandle,

...


   const char *szVirtualFilename,

...


   char *szString

...


);

Parameters

LmxHandle
[in/out] LM-X handle.

...

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

Remarks

The LMX_ClientStoreLoad function and the  LMX_ClientStoreSave function work together to store sensitive license information in an encrypted manner into the client store.

...