Share via


OALKitlFindDevice (Compact 2013)

10/16/2014

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.

Syntax

OAL_KITL_DEVICE* OALKitlFindDevice(
  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 structures.

Return Value

Returns an OAL_KITL_TYPE structure containing information about the KITL device.

Requirements

Header

oal_kitl.h

Library

Developer Implemented

See Also

Reference

KITL Functions for Any Driver
KITL Functions for Production-Quality OAL