MCPcopy Create free account
hub / github.com/ALTaleX531/OpenGlass / InitializationThreadEntryPoint

Method InitializationThreadEntryPoint

OpenGlass/OpenGlass.cpp:536–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536DWORD WINAPI OpenGlass::InitializationThreadEntryPoint(PVOID)
537{
538 SetThreadDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2);
539 THROW_IF_FAILED(SetThreadDescription(GetCurrentThread(), L"OpenGlass Initialization Thread"));
540
541 Startup();
542
543 return S_OK;
544}
545
546DWORD WINAPI OpenGlass::UnInitializationThreadEntryPoint(PVOID)
547{

Callers

nothing calls this directly

Calls 1

StartupFunction · 0.85

Tested by

no test coverage detected