MCPcopy Create free account
hub / github.com/NetHack/NetHack / mswin_exit_nhwindows

Function mswin_exit_nhwindows

outdated/sys/wince/mswproc.c:667–679  ·  view source on GitHub ↗

Exits the window system. This should dismiss all windows, except the "window" used for raw_print(). str is printed if possible. */

Source from the content-addressed store, hash-verified

665 except the "window" used for raw_print(). str is printed if possible.
666*/
667void
668mswin_exit_nhwindows(const char *str)
669{
670 logDebug("mswin_exit_nhwindows(%s)\n", str);
671
672 /* Write Window settings to the registry */
673 mswin_write_reg();
674
675 // Don't do any of this (?) - exit_nhwindows does not terminate
676 // the application
677 // DestroyWindow(GetNHApp()->hMainWnd);
678 // nh_terminate(EXIT_SUCCESS);
679}
680
681/* Prepare the window to be suspended. */
682void

Callers 1

bailFunction · 0.70

Calls 2

logDebugFunction · 0.70
mswin_write_regFunction · 0.70

Tested by

no test coverage detected