FsRtlCompleteRequest macro (ntifs.h)

The FsRtlCompleteRequest macro completes an IRP with the specified status.

Syntax

void FsRtlCompleteRequest(
   IRP,
   STATUS
);

Parameters

IRP

Pointer to the IRP to be completed.

STATUS

Status value to be returned for the IRP.

Return value

None

Requirements

Requirement Value
Target Platform Desktop
Header ntifs.h (include Ntifs.h)
IRQL <= DISPATCH_LEVEL

See also

IoCompleteRequest