Searched refs:g_hWnd (Results 1 – 1 of 1) sorted by relevance
72 HWND g_hWnd; variable85 SendMessage( g_hWnd, MSG_FLUSHCLIPBOARD, WPARAM(0), LPARAM(0) ); in ThreadProc()218 g_hWnd = CreateWindowEx(0, szWindowClass, szTitle, WS_OVERLAPPEDWINDOW, in InitInstance()221 if( !g_hWnd ) in InitInstance()226 ShowWindow( g_hWnd, nCmdShow ); in InitInstance()227 UpdateWindow( g_hWnd ); in InitInstance()
Completed in 7 milliseconds