Versions Compared

Key

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

The LMX_SetOption function sets flags that change licensing behavior prior to license checkout.

Prototype

Code Block
languagecpp
LMX_STATUS LMX_SetOption

...


(
   LMX_HANDLE LmxHandle,

...


   LMX_SETTINGS eOption,

...


   const void *pSetting

...


);

Parameters

LmxHandle
[in/out] LM-X handle.

...