Lines Matching refs:g_hDlgExit
277 if (g_hDlgExit != NULL)
279 DestroyWindow (g_hDlgExit);
280 g_hDlgExit = NULL;
289 if (g_hDlgExit != NULL)
292 ShowWindow (g_hDlgExit, SW_SHOWDEFAULT);
295 SetForegroundWindow (g_hDlgExit);
301 g_hDlgExit = CreateDialogParam (g_hInstance,
308 ShowWindow (g_hDlgExit, SW_SHOW);
311 SetForegroundWindow (g_hDlgExit);
314 PostMessage (g_hDlgExit, WM_NEXTDLGCTL,
315 (WPARAM)GetDlgItem (g_hDlgExit, IDCANCEL), TRUE);
365 DestroyWindow (g_hDlgExit);
366 g_hDlgExit = NULL;
373 DestroyWindow (g_hDlgExit);
374 g_hDlgExit = NULL;
393 DestroyWindow (g_hDlgExit);
394 g_hDlgExit = NULL;