HyperDbg Debugger
Loading...
Searching...
No Matches
UnloadDll.h
Go to the documentation of this file.
1
12#pragma once
13
15// Exported Functions //
17
18__declspec(dllexport) NTSTATUS DllInitialize(_In_ PUNICODE_STRING RegistryPath);
19
20__declspec(dllexport) NTSTATUS DllUnload(void);
NTSTATUS DllInitialize(_In_ PUNICODE_STRING RegistryPath)
Definition UnloadDll.c:22
__declspec(dllexport) NTSTATUS DllInitialize(_In_ PUNICODE_STRING RegistryPath)
Definition common.c:10
NTSTATUS DllUnload(void)
Definition UnloadDll.c:31
Definition casting.cpp:25