Versions Compared

Key

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

...

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

Parameters

...

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

Remarks

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

...

When the length is zero, the content is deleted from the client store.

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