OAL_KITL_DEVICE (Windows CE 5.0)

Send Feedback

This structure defines the KITL device.

typedef struct {  LPCWSTR name;  UINT32 ifcType;  UINT32 id;  UINT32 resource;  OAL_KITL_TYPE type;  VOID *pDriver;} OAL_KITL_DEVICE;

Members

  • name
    User-readable device or driver name.
  • ifcType
    Interface type on which the device is located. This member and the id member are used to identify the device.
  • id
    Identifies the device based on the interface type. This member and the ifcType member are used to identify the device.
  • resource
    Resource to be used as the base address.
  • type
    KITL driver type, such as Ethernet or serial.
  • pDriver
    Pointer to the KITL device driver, which is dependent on the driver type.

Remarks

Requirements

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

See Also

KITL Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.