Searched refs:hwndSAS (Results 1 – 9 of 9) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | shutdown.c | 151 if (hwndSAS) in NotifyLogon() 154 UserPostMessage(hwndSAS, WM_LOGONNOTIFY, Notif, (LPARAM)Param); in NotifyLogon() 269 NotifyLogon(hwndSAS, &CallerLuid, Flags, STATUS_SUCCESS); in UserInitiateShutdown() 328 NotifyLogon(hwndSAS, &CallerLuid, Flags, ShutdownStatus); in UserEndShutdown()
|
H A D | winsta.h | 59 extern HWND hwndSAS;
|
H A D | input.c | 73 … UserPostMessage(hwndSAS, WM_LOGONNOTIFY, LN_START_SCREENSAVE, 1); // lParam 1 == Secure in DoTheScreenSaver() 75 UserPostMessage(hwndSAS, WM_LOGONNOTIFY, LN_START_SCREENSAVE, 0); in DoTheScreenSaver()
|
H A D | defwnd.c | 168 … UserPostMessage(hwndSAS, WM_LOGONNOTIFY, LN_START_SCREENSAVE, 0); // always lParam 0 == not Secure in DefWndHandleSysCommand() 302 UserPostMessage(hwndSAS, WM_LOGONNOTIFY, LN_MESSAGE_BEEP, 0); in DefWndHandleSetCursor() 942 …if (wParam != VK_ESCAPE) UserPostMessage(hwndSAS, WM_LOGONNOTIFY, LN_MESSAGE_BEEP, 0); //MessageBe… in IntDefWindowProc()
|
H A D | winsta.c | 24 HWND hwndSAS = NULL; variable 1965 hwndSAS = hWnd; in NtUserSetLogonNotifyWindow() 1981 ret = UserPostMessage(hwndSAS, WM_LOGONNOTIFY, LN_LOCK_WORKSTATION, 0); in NtUserLockWorkStation()
|
H A D | simplecall.c | 399 Result = UserPostMessage(hwndSAS, WM_LOGONNOTIFY, LN_MESSAGE_BEEP, Param); in NtUserCallOneParam()
|
H A D | main.c | 772 UserPostMessage(hwndSAS, in ExitThreadCallback()
|
H A D | menu.c | 4327 …else if (pos == (UINT)-1) UserPostMessage(hwndSAS, WM_LOGONNOTIFY, LN_MESSAGE_BEEP, 0); //MessageB… in MENU_TrackMenu() 4552 …if( uItem == (UINT)(-1) ) UserPostMessage(hwndSAS, WM_LOGONNOTIFY, LN_MESSAGE_BEEP, 0); //MessageB… in MENU_TrackKbdMenuBar()
|
/reactos/base/system/winlogon/ |
H A D | sas.c | 1247 IN HWND hwndSAS) in RegisterHotKeys() argument 1250 if (!RegisterHotKey(hwndSAS, HK_CTRL_ALT_DEL, MOD_CONTROL | MOD_ALT, VK_DELETE)) in RegisterHotKeys() 1257 …Session->TaskManHotkey = RegisterHotKey(hwndSAS, HK_CTRL_SHIFT_ESC, MOD_CONTROL | MOD_SHIFT, VK_ES… in RegisterHotKeys() 1267 IN HWND hwndSAS) in UnregisterHotKeys() argument 1270 UnregisterHotKey(hwndSAS, HK_CTRL_ALT_DEL); in UnregisterHotKeys() 1273 UnregisterHotKey(hwndSAS, HK_CTRL_SHIFT_ESC); in UnregisterHotKeys()
|