IopPoHandleIrp

VOID __fastcall IopPoHandleIrp(_IRP *Irp){
  INT64 Status; 

  LODWORD(Status) = 0;
  if( !PoHandleIrp(Irp, &Status) )
    Irp->Tail.CurrentStackLocation->DeviceObject->DriverObject->MajorFunction[Irp->Tail.CurrentStackLocation->MajorFunction](
      Irp->Tail.CurrentStackLocation->DeviceObject,
      Irp);
}

Referenced by:

IofCallDriver
IopfCallDriver