OALKitlDeviceName (Windows CE 5.0)

Send Feedback

This function returns the device or driver name based on the device location and the KITL devices table.

LPCWSTR OALKitlDeviceName(  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 structs.

Return Values

Returns a string representing the device or driver name.

Remarks

Requirements

OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined

See Also

KITL Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.