Go to the source code of this file.
|
enum | USB_PIPE_TYPE { PIPE_TYPE_CONTROL = 0
, PIPE_TYPE_ISOCHRONOUS = 1
, PIPE_TYPE_BULK = 2
, PIPE_TYPE_INTERRUPT = 3
} |
|
enum | WDU_DIR { WDU_DIR_IN = 1
, WDU_DIR_OUT = 2
, WDU_DIR_IN_OUT = 3
} |
|
enum | {
USB_ISOCH_RESET = 0x10
, USB_ISOCH_FULL_PACKETS_ONLY = 0x20
, USB_ABORT_PIPE = 0x40
, USB_ISOCH_NOASAP = 0x80
,
USB_BULK_INT_URB_SIZE_OVERRIDE_128K = 0x100
, USB_STREAM_OVERWRITE_BUFFER_WHEN_FULL = 0x200
, USB_TRANSFER_HALT = 0x1
, USB_SHORT_TRANSFER = 0x2
,
USB_FULL_TRANSFER = 0x4
, USB_ISOCH_ASAP = 0x8
} |
|
enum | USB_DIR { USB_DIR_IN = 1
, USB_DIR_OUT = 2
, USB_DIR_IN_OUT = 3
} |
|
enum | WD_DEVICE_REGISTRY_PROPERTY {
WdDevicePropertyDeviceDescription
, WdDevicePropertyHardwareID
, WdDevicePropertyCompatibleIDs
, WdDevicePropertyBootConfiguration
,
WdDevicePropertyBootConfigurationTranslated
, WdDevicePropertyClassName
, WdDevicePropertyClassGuid
, WdDevicePropertyDriverKeyName
,
WdDevicePropertyManufacturer
, WdDevicePropertyFriendlyName
, WdDevicePropertyLocationInformation
, WdDevicePropertyPhysicalDeviceObjectName
,
WdDevicePropertyBusTypeGuid
, WdDevicePropertyLegacyBusType
, WdDevicePropertyBusNumber
, WdDevicePropertyEnumeratorName
,
WdDevicePropertyAddress
, WdDevicePropertyUINumber
, WdDevicePropertyInstallState
, WdDevicePropertyRemovalPolicy
} |
|
enum | WDU_WAKEUP_OPTIONS { WDU_WAKEUP_ENABLE = 0x1
, WDU_WAKEUP_DISABLE = 0x2
} |
|
enum | WDU_SELECTIVE_SUSPEND_OPTIONS { WDU_SELECTIVE_SUSPEND_SUBMIT = 0x1
, WDU_SELECTIVE_SUSPEND_CANCEL = 0x2
} |
|