OALKitlInit (Windows CE 5.0)
This function initializes the KITL subsystem*.* It is called from the OALKitlStart function.
BOOL OALKitlInit( LPCSTR deviceId, OAL_KITL_ARGS *pArgs, OAL_KITL_DEVICE *pDevice);
Parameters
- deviceId
[in] User-readable device or driver name. - pArgs
[in] Pointer to an OAL_KITL_ARGS structure. - pDevice
[in] Pointer to an OAL_KITL_DEVICE structure.
Return Values
TRUE indicates success.
FALSE indicates failure.
Remarks
Requirements
OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors