InitLAP (function) (Compact 2013)
3/28/2014
This function initializes a LAP when it is activated by the LASS. It also enables a LAP to indicate its capabilities. This is a LAP-exported function.
Syntax
BOOL InitLAP (
InitLap* il
);
Parameters
- il
[in] Pointer to an InitLap (structure) containing information about the LAP.
Return Value
Returns TRUE on success and FALSE otherwise. To provide more details about why the function failed, use SetLastError.
Remarks
Note
This function is called by the LASS, not the application. Therefore, no link library is exposed.
Requirements
Header |
lap.h |