Searched refs:g_hDlgExit (Results 1 – 6 of 6) sorted by relevance
248 if (g_hDlgExit != NULL) { in winDisplayExitDialog()249 DestroyWindow(g_hDlgExit); in winDisplayExitDialog()250 g_hDlgExit = NULL; in winDisplayExitDialog()259 if (g_hDlgExit != NULL) { in winDisplayExitDialog()261 ShowWindow(g_hDlgExit, SW_SHOWDEFAULT); in winDisplayExitDialog()264 SetForegroundWindow(g_hDlgExit); in winDisplayExitDialog()270 g_hDlgExit = CreateDialogParam(g_hInstance, in winDisplayExitDialog()276 ShowWindow(g_hDlgExit, SW_SHOW); in winDisplayExitDialog()279 SetForegroundWindow(g_hDlgExit); in winDisplayExitDialog()282 PostMessage(g_hDlgExit, WM_NEXTDLGCTL, in winDisplayExitDialog()[all …]
49 && (g_hDlgExit == 0 || !IsDialogMessage(g_hDlgExit, &msg)) in winWakeupHandler()
59 extern HWND g_hDlgExit;
57 HWND g_hDlgExit = NULL; variable
602 if (g_hDlgExit != NULL) { in winCloseScreenShadowGDI()603 DestroyWindow(g_hDlgExit); in winCloseScreenShadowGDI()604 g_hDlgExit = NULL; in winCloseScreenShadowGDI()
689 if (g_hDlgExit != NULL) { in winCloseScreenShadowDDNL()690 DestroyWindow(g_hDlgExit); in winCloseScreenShadowDDNL()691 g_hDlgExit = NULL; in winCloseScreenShadowDDNL()