DeinitLAP
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. |