Versions Compared

Key

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

The LMX_ClientStoreSave function saves data to the local client store.

Prototype

Code Block
languagecpp
LMX_STATUS LMX_ClientStoreSave

...


(
   LMX_HANDLE LmxHandle,

...


   const char *szVirtualFilename,

...


   const char *szString

...


);

Parameters

LmxHandle
[in/out] LM-X handle.

...