Files
bb107-MemoryModulePP/MemoryModule/Initialize.h
T

10 lines
196 B
C

#pragma once
NTSTATUS NTAPI MmInitialize();
NTSTATUS NTAPI MmCleanup();
//
// This function is available only if the MMPP is compiled as a DLL.
//
BOOL WINAPI ReflectiveMapDll(HMODULE hModule);