Versions Compared

Key

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

...

Code Block
LMX_STATUS LMX_AtExit
(
	AtExit_pfn Func
);

Parameters

Func

[in] Function to be called at cleanup.

...