// usbfnioctl.h
// CTL_CODE(0x002a, 0x00c, METHOD_BUFFERED, FILE_READ_ACCESS | FILE_WRITE_ACCESS)
#define IOCTL_INTERNAL_USBFN_DEACTIVATE_USB_BUS 0x002AC030
View the official Windows Driver Kit DDI referenceNo description available.
Do not use.
IRP_MJ_INTERNAL_DEVICE_CONTROL
NULL.
None.
NULL.
None.
If the request is successful, the USB function class extension (UFX) returns STATUS_SUCCESS, or another status value for which NT_SUCCESS(status) equals TRUE. Otherwise it returns a status value for which NT_SUCCESS(status) equals FALSE.