ReactOS 0.4.16-dev-251-ga17b6e9
|
#include <win32k.h>
Go to the source code of this file.
Functions | |
DBG_DEFAULT_CHANNEL (UserShutdown) | |
LRESULT | IntClientShutdown (IN PWND pWindow, IN WPARAM wParam, IN LPARAM lParam) |
BOOLEAN | HasPrivilege (IN PPRIVILEGE_SET Privilege) |
BOOL | NotifyLogon (IN HWND hWndSta, IN PLUID CallerLuid, IN ULONG Flags, IN NTSTATUS ShutdownStatus) |
NTSTATUS | UserInitiateShutdown (IN PETHREAD Thread, IN OUT PULONG pFlags) |
NTSTATUS | UserEndShutdown (IN PETHREAD Thread, IN NTSTATUS ShutdownStatus) |
Variables | |
static ULONG | gdwShutdownFlags = 0 |
DBG_DEFAULT_CHANNEL | ( | UserShutdown | ) |
BOOLEAN HasPrivilege | ( | IN PPRIVILEGE_SET | Privilege | ) |
Definition at line 92 of file shutdown.c.
Referenced by NtSetInformationProcess(), NtSetInformationThread(), and UserInitiateShutdown().
Definition at line 22 of file shutdown.c.
Referenced by IntDefWindowProc().
BOOL NotifyLogon | ( | IN HWND | hWndSta, |
IN PLUID | CallerLuid, | ||
IN ULONG | Flags, | ||
IN NTSTATUS | ShutdownStatus | ||
) |
Definition at line 121 of file shutdown.c.
Referenced by UserEndShutdown(), and UserInitiateShutdown().
Definition at line 290 of file shutdown.c.
Referenced by NtUserSetInformationThread().
Definition at line 166 of file shutdown.c.
Referenced by NtUserSetInformationThread().
|
static |
Definition at line 14 of file shutdown.c.
Referenced by UserEndShutdown(), and UserInitiateShutdown().