Elaztek Developer Hub
Blamite Game Engine - Tool (Library)  00368.02.12.23.1347.blamite
A command-line utility that aids in the creation of Blamite Cache (.map) Files.
main.cpp File Reference
#include "tool.h"

Functions

BOOL APIENTRY DllMain (HMODULE module_handle, DWORD reason_for_call, LPVOID reserved)
 DLL entry point for HEKTool.dll. More...
 

Variables

HMODULE dll_handle = nullptr
 Handle for HEKTool.dll. More...
 

Function Documentation

◆ DllMain()

BOOL APIENTRY DllMain ( HMODULE  module_handle,
DWORD  reason_for_call,
LPVOID  reserved 
)

DLL entry point for HEKTool.dll.

Parameters
module_handle- The module handle for this library.
reason_for_call- The reason the DllMain was called. Will be 1 of 4 options depending on whether a thread or process attached or detached.
reserved- Reserved.
Returns
TRUE (1)

Variable Documentation

◆ dll_handle

HMODULE dll_handle = nullptr

Handle for HEKTool.dll.