Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration specifies the optional flags passed as part of the OAL_KITL_ARGS structure.
typedef enum { OAL_KITL_FLAGS_ENABLED = 0x0001, OAL_KITL_FLAGS_PASSIVE = 0x0002, OAL_KITL_FLAGS_DHCP = 0x0004, OAL_KITL_FLAGS_VMINI = 0x0008, OAL_KITL_FLAGS_POLL = 0x0010, OAL_KITL_FLAGS_EXTNAME = 0x0020} OAL_KITL_FLAGS;
Elements
- OAL_KITL_FLAGS_ENABLED
Enable KITL. - OAL_KITL_FLAGS_PASSIVE
Passive KITL mode. - OAL_KITL_FLAGS_DHCP
Enable DHCP. - OAL_KITL_FLAGS_VMINI
Enable VMINI. - OAL_KITL_FLAGS_POLL
Use polling without interrupts. - OAL_KITL_FLAGS_EXTNAME
Extend the device name.
Remarks
Requirements
OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors