HyperDbg Debugger
Loading...
Searching...
No Matches
Dpc.h
Go to the documentation of this file.
1
12
#pragma once
13
15
// Functions //
17
18
NTKERNELAPI
19
_IRQL_requires_max_
(
APC_LEVEL
)
20
_IRQL_requires_min_(
PASSIVE_LEVEL
)
21
_IRQL_requires_same_
22
VOID
23
KeGenericCallDpc(
24
_In_ PKDEFERRED_ROUTINE Routine,
25
_In_opt_ PVOID
Context
);
26
27
NTKERNELAPI
28
_IRQL_requires_
(
DISPATCH_LEVEL
)
29
_IRQL_requires_same_
30
VOID
31
KeSignalCallDpcDone(
32
_In_ PVOID SystemArgument1);
33
34
NTKERNELAPI
35
_IRQL_requires_
(
DISPATCH_LEVEL
)
36
_IRQL_requires_same_
37
LOGICAL
38
KeSignalCallDpcSynchronize(
39
_In_ PVOID SystemArgument2);
VOID
#define VOID
Definition
BasicTypes.h:33
PASSIVE_LEVEL
#define PASSIVE_LEVEL
Definition
Common.h:41
APC_LEVEL
#define APC_LEVEL
Definition
Common.h:43
DISPATCH_LEVEL
#define DISPATCH_LEVEL
Definition
Common.h:44
_IRQL_requires_max_
NTKERNELAPI _IRQL_requires_max_(APC_LEVEL) _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_same_ VOID KeGenericCallDpc(_In_ PKDEFERRED_ROUTINE Routine
Context
NTKERNELAPI _In_opt_ PVOID Context
Definition
Dpc.h:25
_IRQL_requires_
NTKERNELAPI _IRQL_requires_(DISPATCH_LEVEL) _IRQL_requires_same_ VOID KeSignalCallDpcDone(_In_ PVOID SystemArgument1)
hyperdbg
hyperhv
header
common
Dpc.h
Generated by
1.11.0