DeinitLAP (Windows Embedded CE 6.0)
1/6/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. For more information, see Creating a LAP..
Requirements
Header | lap.h |
Windows Embedded CE | Windows CE 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. |