Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 3.33 KB

ni-genericusbfnioctl-ioctl_genericusbfn_control_status_handshake_out.md

File metadata and controls

95 lines (68 loc) · 3.33 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_CONTROL_STATUS_HANDSHAKE_OUT
IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT (genericusbfnioctl.h)
This I/O control code (IOCTL) is sent by a user-mode service or application to complete a zero-length control status handshake on endpoint 0 in the OUT direction.
IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT
IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT control
IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT control code [Buses]
buses.ioctl_genericusbfn_control_status_handshake_out
genericusbfnioctl/IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT
buses\ioctl_genericusbfn_control_status_handshake_out.htm
buses
B8DE5F6E-6FC5-4E53-8A02-301A3CE436C9
12/05/2018
IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT, IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT control, IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT control code [Buses], buses.ioctl_genericusbfn_control_status_handshake_out, genericusbfnioctl/IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT
genericusbfnioctl.h
GenericUsbFnIoctl.h
Windows
Windows
19H1
IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT
genericusbfnioctl/IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT
c++
APIRef
kbSyntax
HeaderDef
GenericUsbFnIoctl.h
IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT

IOCTL_GENERICUSBFN_CONTROL_STATUS_HANDSHAKE_OUT IOCTL

-description

This I/O control code (IOCTL) is sent by a user-mode service or application to complete a zero-length control status handshake on endpoint 0 in the OUT direction.

-ioctlparameters

-input-buffer

A USBFNPIPEID that specifies the pipe ID of endpoint 0.

-input-buffer-length

The size of a USBFNPIPEID.

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