#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL | _RegisterLogonProcess (DWORD dwProcessId, BOOL fSecure) |
UINT | _LockWindowStation (PWINDOWSTATION pwinsta) |
BOOL | _UnlockWindowStation (PWINDOWSTATION pwinsta) |
BOOL | _SetLogonNotifyWindow (PWND pwnd) |
|
Definition at line 57 of file logon.c. References BOOL, tagWINDOWSTATION::dwWSF_Flags, FALSE, GetCurrentProcessId, gpidLogon, grpdeskLogon, NULL, OBJECT_TO_OBJECT_HEADER, tagWINDOWSTATION::rpdeskList, tagDESKTOP::rpdeskNext, TRUE, UINT, WSF_OPENLOCK, WSF_SHUTDOWN, and WSF_SWITCHLOCK. Referenced by NtUserLockWindowStation().
|
|
Definition at line 25 of file logon.c. References BOOL, FALSE, gpidLogon, IsPrivileged(), psTcb, and TRUE.
|
|
Definition at line 153 of file logon.c. References BOOL, FALSE, GetCurrentProcessId, gpidLogon, gspwndLogonNotify, Lock, and TRUE. Referenced by NtUserSetLogonNotifyWindow().
|
|
Definition at line 119 of file logon.c. References BOOL, tagWINDOWSTATION::dwWSF_Flags, FALSE, GetCurrentProcessId, gpidLogon, TRUE, WSF_OPENLOCK, WSF_SHUTDOWN, and WSF_SWITCHLOCK. Referenced by NtUserUnlockWindowStation().
|