Versions Compared

Key

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

...

Code Block
LMX_STATUS LMX_AtExit
(
	AtExit_pfn Func
);

Parameters

LmxAtExit

[in] LM-X_AtExitFunction to be called at cleanup.

Return values

On success, this function returns the status code LMX_SUCCESS. 

...