// usbioctl.h
typedef struct _USB_CYCLE_PORT_PARAMS {
ULONG ConnectionIndex;
ULONG StatusReturned;
} USB_CYCLE_PORT_PARAMS, *PUSB_CYCLE_PORT_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
The USB_CYCLE_PORT_PARAMS structure is used with the IOCTL_USB_HUB_CYCLE_PORT I/O control request to power cycle the port that is associated with the PDO that receives the request.
ConnectionIndexSpecifies the port number starting at 1.
StatusReturnedOn return, contains the USBD status of the operation.