Home
last modified time | relevance | path

Searched refs:HELP_QUIT (Results 1 – 7 of 7) sorted by relevance

/reactos/win32ss/user/user32/misc/
H A Dwinhelp.c65 if (uCommand == HELP_QUIT) return TRUE; in WinHelpA()
83 case HELP_QUIT: in WinHelpA()
/reactos/base/applications/games/spider/
H A Dspider.cpp393 WinHelp(hwnd, szHelpPath, HELP_QUIT, 0); in WndProc()
/reactos/base/applications/games/solitaire/
H A Dsolitaire.cpp766 WinHelp(hwnd, szHelpPath, HELP_QUIT, 0); in WndProc()
/reactos/base/applications/regedit/
H A Dframewnd.c1482 WinHelpW(hWnd, L"regedit", HELP_QUIT, 0); in FrameWndProc()
/reactos/base/applications/winhlp32/
H A Dwinhelp.c384 case HELP_QUIT: in WINHELP_HandleCommand()
/reactos/sdk/include/psdk/
H A Dwinuser.rh1372 #define HELP_QUIT __MSABI_LONG(0x00000002)
H A Dwinuser.h2417 #define HELP_QUIT 2 macro