OALKitlFindDevice (Windows CE 5.0)
This function finds a KITL device driver in the device table based on the device location. OALKitlFindDevice also updates the device location structure members based on the device location and other information.
OAL_KITL_DEVICE* OALKitlFindDevice( DEVICE_LOCATION *pDevLoc, OAL_KITL_DEVICE *pDevices);
Parameters
- pDevLoc
[in] Pointer to a DEVICE_LOCATION structure. - pDevices
[in] Pointer to the starting OAL_KITL_DEVICE structure in a null-terminated array of these structures.
Return Values
Returns an OAL_KITL_TYPE structure containing information about the KITL device.
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