Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 3.4 KB

ni-genericusbfnioctl-ioctl_genericusbfn_get_class_info_ex.md

File metadata and controls

95 lines (68 loc) · 3.4 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_GET_CLASS_INFO_EX
IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX (genericusbfnioctl.h)
This I/O control code (IOCTL) is sent by a user-mode service or application to retrieve information about a device's available pipes as configured in the registry.
IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX
IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX control
IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX control code [Buses]
buses.ioctl_genericusbfn_get_class_info_ex
genericusbfnioctl/IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX
buses\ioctl_genericusbfn_get_class_info_ex.htm
buses
9FC6E1F4-65AF-4315-B7F2-241E74820742
12/05/2018
IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX, IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX control, IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX control code [Buses], buses.ioctl_genericusbfn_get_class_info_ex, genericusbfnioctl/IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX
genericusbfnioctl.h
GenericUsbFnIoctl.h
Windows
Windows
19H1
IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX
genericusbfnioctl/IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX
c++
APIRef
kbSyntax
HeaderDef
GenericUsbFnIoctl.h
IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX

IOCTL_GENERICUSBFN_GET_CLASS_INFO_EX IOCTL

-description

This I/O control code (IOCTL) is sent by a user-mode service or application to retrieve information about a device's available pipes as configured in the registry.

-ioctlparameters

-input-buffer

NULL.

-input-buffer-length

None.

-output-buffer

A USBFN_CLASS_INFORMATION_PACKET_EX that provides information about the available pipes for a device.

-output-buffer-length

The size of a USBFN_CLASS_INFORMATION_PACKET_EX structure.

-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_GET_CLASS_INFO