HyperDbg Debugger
Toggle main menu visibility
Loading...
Searching...
No Matches
PlatformDpc.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#if defined(__linux__)
15
# include "
../../../../include/SDK/HyperDbgSdk.h
"
16
#endif
// defined(__linux__)
17
19
// Functions //
21
22
#if defined(_WIN32) || defined(_WIN64)
23
24
VOID
25
PlatformDpcInitialize
(PRKDPC Dpc, PKDEFERRED_ROUTINE DeferredRoutine,
PVOID
DeferredContext);
26
27
BOOLEAN
28
PlatformDpcInsertQueueDpc
(PRKDPC Dpc,
PVOID
SystemArgument1,
PVOID
SystemArgument2);
29
30
#endif
// defined(_WIN32) || defined(_WIN64)
PlatformDpcInitialize
VOID PlatformDpcInitialize(PRKDPC Dpc, PKDEFERRED_ROUTINE DeferredRoutine, PVOID DeferredContext)
Initialize a DPC object.
Definition
PlatformDpc.c:27
PlatformDpcInsertQueueDpc
BOOLEAN PlatformDpcInsertQueueDpc(PRKDPC Dpc, PVOID SystemArgument1, PVOID SystemArgument2)
Insert a DPC into the system DPC queue for execution.
Definition
PlatformDpc.c:53
BOOLEAN
UCHAR BOOLEAN
Definition
BasicTypes.h:35
PVOID
void * PVOID
Definition
BasicTypes.h:56
HyperDbgSdk.h
hyperdbg
include
platform
kernel
header
PlatformDpc.h
Generated by
1.17.0