OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
dllmain.cpp File Reference

Namespaces

namespace  otoolkit
 
namespace  otoolkit::intern
 

Macros

#define DLLMAIN_LOG(___msg)   OTOOLKIT_LOG("main", ___msg)
 
#define DLLMAIN_LOGW(___msg)   OTOOLKIT_LOGW("main", ___msg)
 
#define DLLMAIN_LOGE(___msg)   OTOOLKIT_LOGE("main", ___msg)
 

Functions

BOOL APIENTRY DllMain (HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
 
void mainApplicationThread ()
 
 _declspec (dllexport) int init(const char *_unused1
 

Variables

static std::string otoolkit::intern::g_serviceURL { }
 
static std::string otoolkit::intern::g_otoolitArgs { }
 
static bool otoolkit::intern::g_starting { true }
 
const char * _ownUrl
 
const char const char * _unused2
 

Detailed Description

Author
Alexander Kuester (alexk95)
Date
August 2023

Macro Definition Documentation

◆ DLLMAIN_LOG

#define DLLMAIN_LOG ( ___msg)    OTOOLKIT_LOG("main", ___msg)

◆ DLLMAIN_LOGE

#define DLLMAIN_LOGE ( ___msg)    OTOOLKIT_LOGE("main", ___msg)

◆ DLLMAIN_LOGW

#define DLLMAIN_LOGW ( ___msg)    OTOOLKIT_LOGW("main", ___msg)

Function Documentation

◆ _declspec()

_declspec ( dllexport ) const

◆ DllMain()

BOOL APIENTRY DllMain ( HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved )

◆ mainApplicationThread()

void mainApplicationThread ( )

Variable Documentation

◆ _ownUrl

const char* _ownUrl

◆ _unused2

const char const char* _unused2