Share via


InitLAP (function) (Windows Embedded CE 6.0)

1/6/2010

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

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

See Also

Reference

LAP-Exported Functions