Skip to content

Latest commit

 

History

History
97 lines (69 loc) · 3.05 KB

ni-genericusbfnioctl-ioctl_genericusbfn_deactivate_usb_bus.md

File metadata and controls

97 lines (69 loc) · 3.05 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NI:genericusbfnioctl.IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS
IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS (genericusbfnioctl.h)
This IOCTL code is nevtot supported.
IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS
IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS control
IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS control code [Buses]
buses.ioctl_genericusbfn_deactivate_usb_bus
genericusbfnioctl/IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS
buses\ioctl_genericusbfn_deactivate_usb_bus.htm
buses
07F56732-590F-42B8-9939-5E02ED2A3EF0
12/05/2018
IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS, IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS control, IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS control code [Buses], buses.ioctl_genericusbfn_deactivate_usb_bus, genericusbfnioctl/IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS
genericusbfnioctl.h
GenericUsbFnIoctl.h
Windows
Windows
19H1
IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS
genericusbfnioctl/IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS
c++
APIRef
kbSyntax
HeaderDef
GenericUsbFnIoctl.h
IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS

IOCTL_GENERICUSBFN_DEACTIVATE_USB_BUS IOCTL

-description

This IOCTL code is nevtot supported.

This I/O control code (IOCTL) is sent by the user-mode service or application this request to notify GenericUSBFn.sys to deactivate the Universal Serial Bus (USB). When deactivated, the bus can no longer process bus events and handle traffic.

-ioctlparameters

-input-buffer

NULL.

-input-buffer-length

None.

-output-buffer

NULL.

-output-buffer-length

None.

-in-out-buffer

-inout-buffer-length

-status-block

Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code.

-remarks

If this I/O control code (IOCTL) is being called synchronously, set the lpOverlapped parameter to NULL. If this IOCTL is called asynchronously, assign the lpOverlapped parameter to a pointer to an OVERLAPPED structure that contains a handle to an event object. The event objects signal when the operation is completed.

The return value is a BOOL value that indicates success or failure of the operation. TRUE indicates success, FALSE otherwise.

-see-also

DeviceIoControl

IOCTL_GENERICUSBFN_ACTIVATE_USB_BUS