Versions Compared

Key

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

The LMX_Free function frees any allocated memory used by the licensing system and closes any open connection to a license server.

Anchor
_Toc347236543
_Toc347236543
Prototype

void LMX_Free
(
LMX_HANDLE LmxHandle
);

Anchor
_Toc347236544
_Toc347236544
Parameters

LmxHandle
[in] LM-X handle.

Anchor
_Toc347236545
_Toc347236545
Return Values

None.

Anchor
_Toc347236546
_Toc347236546
Remarks

A handle of value NULL is valid, but does not cause cleanup.
Calling any other licensing functions on the handle after this one will have undefined behavior.