HyperDbg Debugger
Loading...
Searching...
No Matches
PlatformIrql.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
24KIRQL
26
27VOID
28PlatformIrqlLower(KIRQL OldIrql);
29
30#endif // defined(_WIN32) || defined(_WIN64)
KIRQL PlatformIrqlRaiseToDpcLevel(VOID)
Raise the current IRQL to DISPATCH_LEVEL.
Definition PlatformIrql.c:24
VOID PlatformIrqlLower(KIRQL OldIrql)
Lower the current IRQL to the previously saved value.
Definition PlatformIrql.c:48