Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 2.49 KB

ni-ntddscsi-ioctl_miniport_process_service_irp.md

File metadata and controls

80 lines (60 loc) · 2.49 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NI:ntddscsi.IOCTL_MINIPORT_PROCESS_SERVICE_IRP
IOCTL_MINIPORT_PROCESS_SERVICE_IRP (ntddscsi.h)
This IOCTL is used by a user-mode application or kernel-mode driver that requires notification when something of interest happens in the virtual miniport.
storage\ioctl_miniport_process_service_irp.htm
storage
03/29/2018
IOCTL_MINIPORT_PROCESS_SERVICE_IRP IOCTL
IOCTL_MINIPORT_PROCESS_SERVICE_IRP, IOCTL_MINIPORT_PROCESS_SERVICE_IRP control, IOCTL_MINIPORT_PROCESS_SERVICE_IRP control code [Storage Devices], k307_8997b602-e4ce-4b15-be19-77ba863de295.xml, ntddscsi/IOCTL_MINIPORT_PROCESS_SERVICE_IRP, storage.ioctl_miniport_process_service_irp
ntddscsi.h
Ntddscsi.h
Windows
Windows
IOCTL_MINIPORT_PROCESS_SERVICE_IRP
ntddscsi/IOCTL_MINIPORT_PROCESS_SERVICE_IRP
APIRef
kbSyntax
HeaderDef
Ntddscsi.h
IOCTL_MINIPORT_PROCESS_SERVICE_IRP

IOCTL_MINIPORT_PROCESS_SERVICE_IRP IOCTL

-description

This IOCTL is used by a user-mode application or kernel-mode driver that requires notification when something of interest happens in the virtual miniport. This IOCTL might be used, for example, when a vendor-specific, time-consuming operation such as device discovery completes.

-ioctlparameters

-ioctl-major-code

-input-buffer

The buffer at Irp->AssociatedIrp.SystemBuffer contains a user-defined structure.

-input-buffer-length

Parameters.DeviceIoControl.InputBufferLength indicates the size, in bytes, of all the input data.

-output-buffer

Updated user-defined structures are returned in the buffer at Irp->AssociatedIrp.SystemBuffer.

-output-buffer-length

The length of the buffer.

-in-out-buffer

-inout-buffer-length

-status-block

The Information field contains the number of bytes returned in the output buffer. The Status field indicates the results of the operation.

-see-also

HwStorProcessServiceRequest