OALKitlGetDevLoc (Windows CE 5.0)
This function returns the KITL device location. It is used by some optional KITL functions.
BOOL OALKitlGetDevLoc( DEVICE_LOCATION *pDevLoc);
Parameters
- pDevLoc
[out] Pointer to a DEVICE_LOCATION structure.
Return Values
Returns TRUE if the KITL is active. Returns FALSE if the KITL is inactive.
Remarks
OALKitlGetDevLoc allows other modules to obtain the KITL device location.
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