StorPortNvmeIceIoComplete function (storport.h)

The StorPortNvmeIceIoComplete function signals the completion of an NVMe I/O operation that was initiated by a previous call to StorPortNvmeIceIoStart.

Syntax

ULONG StorPortNvmeIceIoComplete(
  PVOID               HwDeviceExtension,
  PSCSI_REQUEST_BLOCK Srb
);

Parameters

HwDeviceExtension

[in] A pointer to the hardware device extension for the host bus adapter (HBA).

Srb

[in] A pointer to a SCSI request block. This structure represents a single I/O request.

Return value

StorPortNvmeIceIoComplete returns STOR_STATUS_SUCCESS if the operation is successful. Otherwise, it returns a STOR_STATUS value such as one of the following:

Return code Description
STOR_STATUS_NOT_IMPLEMENTED This function isn't implemented on the active operating system.
STOR_STATUS_INVALID_PARAMETER One of the parameters is invalid.

Requirements

Requirement Value
Minimum supported client Windows 11
Header storport.h

See also

StorPortNvmeIceIoStart