// usbfnioctl.h
// CTL_CODE(0x002a, 0x042, METHOD_BUFFERED, FILE_READ_ACCESS | FILE_WRITE_ACCESS)
#define IOCTL_INTERNAL_USBFN_RESERVED 0x002AC108
View the official Windows Driver Kit DDI referenceNo description available.
Do not use.
IRP_MJ_INTERNAL_DEVICE_CONTROL
None.
None.
None.
None.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful.
Otherwise, Status to the appropriate error condition as a NTSTATUS code.
For more information, see NTSTATUS Values.