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
19DllInitialize(_In_ PUNICODE_STRING RegistryPath);
20
21__declspec(dllexport) NTSTATUS
22 DllUnload(VOID);
struct _UNICODE_STRING * PUNICODE_STRING
NTSTATUS DllInitialize(_In_ PUNICODE_STRING RegistryPath)
Routine called on DLL initialization.
Definition UnloadDll.c:28
__declspec(dllexport) NTSTATUS DllInitialize(_In_ PUNICODE_STRING RegistryPath)
Definition common.c:10
NTSTATUS DllUnload(void)
Definition common.c:23