Lines Matching defs:close
1618 BalExitOnFailure1(hr, "Failed to localize confirm close message: %ls", _confirmCloseMessage);
1902 // If the user chose not to close, do *not* let the default window proc handle the message.
2412 BOOL close = FALSE;
2414 // If we've already succeeded or failed or showing the help page, just close (prompts are annoying if the bootstrapper is done).
2416 close = TRUE;
2419 close = PromptCancel(
2427 // If we're doing progress then we never close, we just cancel to let rollback occur.
2430 if (close) {
2434 close = FALSE;
2437 return close;
2441 // OnClickCloseButton - close the application.