Lines Matching refs:g_hDlgExit
248 if (g_hDlgExit != NULL) {
249 DestroyWindow(g_hDlgExit);
250 g_hDlgExit = NULL;
259 if (g_hDlgExit != NULL) {
261 ShowWindow(g_hDlgExit, SW_SHOWDEFAULT);
264 SetForegroundWindow(g_hDlgExit);
270 g_hDlgExit = CreateDialogParam(g_hInstance,
276 ShowWindow(g_hDlgExit, SW_SHOW);
279 SetForegroundWindow(g_hDlgExit);
282 PostMessage(g_hDlgExit, WM_NEXTDLGCTL,
283 (WPARAM) GetDlgItem(g_hDlgExit, IDCANCEL), TRUE);
327 DestroyWindow(g_hDlgExit);
328 g_hDlgExit = NULL;
335 DestroyWindow(g_hDlgExit);
336 g_hDlgExit = NULL;
354 DestroyWindow(g_hDlgExit);
355 g_hDlgExit = NULL;