HyperDbg Debugger
Loading...
Searching...
No Matches
PlatformIo.h
Go to the documentation of this file.
1
12#pragma once
13
14#if defined(__linux__)
16#endif // defined(__linux__)
17
19// Functions //
21
22#if defined(_WIN32) || defined(_WIN64)
23
24PIO_STACK_LOCATION
26
27VOID
28PlatformIoCompleteRequest(PIRP Irp, CCHAR PriorityBoost);
29
30VOID
32
33#endif // defined(_WIN32) || defined(_WIN64)
VOID PlatformIoMarkIrpPending(PIRP Irp)
Mark the current IRP stack location as pending.
Definition PlatformIo.c:74
PIO_STACK_LOCATION PlatformIoGetCurrentIrpStackLocation(PIRP Irp)
Get the current I/O stack location from an IRP.
Definition PlatformIo.c:25
VOID PlatformIoCompleteRequest(PIRP Irp, CCHAR PriorityBoost)
Complete an IRP and release it back to the I/O manager.
Definition PlatformIo.c:50