Versions Compared

Key

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

...

LMX_STATUS LMX_ClientStoreLoad
(
   LMX_HANDLE LmxHandle,
   const char *szVirtualFilename,
   char *szString
);

Parameters

...

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.

The szString parameter length can be up to LMX_MAX_LONG_STRING_LENGTH.

See Secure store and Client store for more information about secure store and client store.