Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later
Note This function is called by the LASS, not the application. Therefore, no link library is exposed. For more information see Creating a LAP.

See Also