Home
last modified time | relevance | path

Searched refs:hwndSAS (Results 1 – 9 of 9) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dshutdown.c151 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 Dwinsta.h59 extern HWND hwndSAS;
H A Dinput.c73 … 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 Ddefwnd.c168 … 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 Dwinsta.c24 HWND hwndSAS = NULL; variable
1965 hwndSAS = hWnd; in NtUserSetLogonNotifyWindow()
1981 ret = UserPostMessage(hwndSAS, WM_LOGONNOTIFY, LN_LOCK_WORKSTATION, 0); in NtUserLockWorkStation()
H A Dsimplecall.c399 Result = UserPostMessage(hwndSAS, WM_LOGONNOTIFY, LN_MESSAGE_BEEP, Param); in NtUserCallOneParam()
H A Dmain.c772 UserPostMessage(hwndSAS, in ExitThreadCallback()
H A Dmenu.c4327 …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 Dsas.c1247 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()