Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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


Feedback

Was this page helpful?

Additional resources