2 |
1.930154 |
USB_NOTIFICATION_TYPE |
Enum |
|
|
|
|
|
|
typedef enum _USB_NOTIFICATION_TYPE {
/* the following return a
USB_CONNECTION_NOTIFICATION structure: */
EnumerationFailure = 0,
InsufficentBandwidth,
InsufficentPower,
OverCurrent,
ResetOvercurrent,
/* the following return a
USB_BUS_NOTIFICATION structure:*/
AcquireBusInfo,
/* the following return a
USB_ACQUIRE_INFO structure: */
AcquireHubName,
AcquireControllerName,
/* the following return a
USB_HUB_NOTIFICATION structure: */
HubOvercurrent,
HubPowerChange,
HubNestedTooDeeply,
ModernDeviceInLegacyHub
} USB_NOTIFICATION_TYPE;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\shared\usbioctl.h(1232,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
- Ifndef USB_KERNEL_IOCTL
- If (_WIN32_WINNT >= 0x0501)
|
3 |
1.930154 |
USB_NOTIFICATION_TYPE |
Enum |
|
|
|
|
|
|
typedef enum _USB_NOTIFICATION_TYPE {
/* the following return a
USB_CONNECTION_NOTIFICATION structure: */
EnumerationFailure = 0,
InsufficentBandwidth,
InsufficentPower,
OverCurrent,
ResetOvercurrent,
/* the following return a
USB_BUS_NOTIFICATION structure:*/
AcquireBusInfo,
/* the following return a
USB_ACQUIRE_INFO structure: */
AcquireHubName,
AcquireControllerName,
/* the following return a
USB_HUB_NOTIFICATION structure: */
HubOvercurrent,
HubPowerChange
} USB_NOTIFICATION_TYPE;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\shared\usbioctl.h(1266,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)
- Ifndef USB_KERNEL_IOCTL
- REVERSE(If (_WIN32_WINNT >= 0x0501))
|