OALKitlGetDevLoc (Windows Embedded CE 6.0)
1/5/2010
This function returns the KITL device location. It is used by some optional KITL functions.
Syntax
BOOL OALKitlGetDevLoc(
DEVICE_LOCATION *pDevLoc
);
Parameters
- pDevLoc
[out] Pointer to a DEVICE_LOCATION structure.
Return Value
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
Header | oal_kitl.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
KITL Functions for Any Driver
KITL Functions for Production-Quality OAL