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 |
| #define DLLMAIN_LOG | ( | ___msg | ) | OTOOLKIT_LOG("main", ___msg) |
| #define DLLMAIN_LOGE | ( | ___msg | ) | OTOOLKIT_LOGE("main", ___msg) |
| #define DLLMAIN_LOGW | ( | ___msg | ) | OTOOLKIT_LOGW("main", ___msg) |
| _declspec | ( | dllexport | ) | const |
| BOOL APIENTRY DllMain | ( | HMODULE | hModule, |
| DWORD | ul_reason_for_call, | ||
| LPVOID | lpReserved ) |
| void mainApplicationThread | ( | ) |
| const char* _ownUrl |
| const char const char* _unused2 |