IoUpdateIrpIoAttributionHandle

NTSTATUS __stdcall IoUpdateIrpIoAttributionHandle(IRP *Irp, PVOID IoAttributionHandle){
  return IopSetDiskIoAttributionExtension(Irp, (UINT64)IoAttributionHandle);
}

Referenced by:

No references.