DeinitLAP (Compact 2013)

3/28/2014

This function is called from the LASS when the LAP is being unloaded. This is a LAP-exported function.

Syntax

VOID DeinitLAP();

Parameters

None.

Return Value

None.

Remarks

The LAP must block in this call until it can be unloaded. After this call completes, the LAP can be unloaded from memory.

Note

This function is called by the LASS, not the application. Therefore, no link library is exposed.

Requirements

Header

lap.h

See Also

Reference

LAP-Exported Functions