Share via


OALKitlDeviceType (Windows Embedded CE 6.0)

1/5/2010

This function returns the KITL device type based on the device location and the KITL devices table.

Syntax

OAL_KITL_TYPE OALKitlDeviceType(
  DEVICE_LOCATION *pDevLoc,
  OAL_KITL_DEVICE *pDevices
);

Parameters

  • pDevices
    [in] Pointer to the starting OAL_KITL_DEVICE structure in a null-terminated array of these structs.

Return Value

Returns an OAL_KITL_TYPE structure containing information about the KITL device type.

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