MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / Util_ShutdownHandler

Function Util_ShutdownHandler

source/script_autoit.cpp:1839–1848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1837
1838
1839BOOL Util_ShutdownHandler(HWND hwnd, DWORD lParam)
1840{
1841 // if the window is me, don't terminate!
1842 if (hwnd != g_hWnd)
1843 Util_WinKill(hwnd);
1844
1845 // Continue the enumeration.
1846 return TRUE;
1847
1848}
1849
1850
1851

Callers

nothing calls this directly

Calls 1

Util_WinKillFunction · 0.85

Tested by

no test coverage detected