FsRtlCompleteRequest - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

void FsRtlCompleteRequest(
  IRP,
  STATUS
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-fsrtlcompleterequest)

FsRtlCompleteRequest macro

Description

The FsRtlCompleteRequest macro completes an IRP with the specified status.

Parameters

IRP

Pointer to the IRP to be completed.

STATUS

Status value to be returned for the IRP.

See also

IoCompleteRequest