Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
The information on this page refers to versions prior to 4.6, which removed the LMX_AtExit function.

The LMX_AtExit function registers functions that are to be called at program termination.

...

LMX_AtExit is used to register cleanup functions that access LMX the LM-X API.

Note: Cstdlib's atexit(), WinApi's_onexit(), and static object destructors are not supportedusing them and will result in undefined behavior.

...