MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / threadJob

Method threadJob

LuaSTGPlus/SplashWindow.cpp:139–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void SplashWindow::threadJob()
140{
141 createWindow();
142
143 // ��һ����Ϣѭ��
144 MSG msg;
145 while (GetMessage(&msg, NULL, 0, 0))
146 {
147 TranslateMessage(&msg);
148 DispatchMessage(&msg);
149 }
150
151 UnregisterClass(CLASSNAME, GetModuleHandle(NULL));
152}
153
154void SplashWindow::ShowSplashWindow(Gdiplus::Image* bkImage)LNOEXCEPT
155{

Callers 1

ThreadJobMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected