Go to the source code of this file.
◆ Logon()
Definition at line 74 of file logon.c.
75{
78
79 LogonRequest->
IsLogon = IsLogon;
83 sizeof(*LogonRequest));
84}
#define CSR_CREATE_API_NUMBER(ServerId, ApiId)
NTSTATUS NTAPI CsrClientCallServer(_Inout_ PCSR_API_MESSAGE ApiMessage, _Inout_opt_ PCSR_CAPTURE_BUFFER CaptureBuffer, _In_ CSR_API_NUMBER ApiNumber, _In_ ULONG DataLength)
union _USER_API_MESSAGE::@3540 Data
#define USERSRV_SERVERDLL_INDEX
Referenced by SetWindowStationUser().
◆ RegisterLogonProcess()
Definition at line 43 of file logon.c.
45{
47
49 {
52
53 RegisterLogonProcessRequest->
ProcessId = dwProcessId;
54 RegisterLogonProcessRequest->
Register = bRegister;
55
59 sizeof(*RegisterLogonProcessRequest));
61 {
62 ERR(
"Failed to register logon process with CSRSS\n");
64 }
65 }
66
68}
#define NT_SUCCESS(StatCode)
EXTINLINE BOOL NtUserxRegisterLogonProcess(DWORD dwProcessId, BOOL bRegister)
USER_REGISTER_LOGON_PROCESS RegisterLogonProcessRequest
VOID WINAPI UserSetLastNTError(IN NTSTATUS Status)
@ UserpRegisterLogonProcess
Referenced by WinMain().
◆ RegisterServicesProcess()
Definition at line 18 of file logon.c.
19{
22
24
28 sizeof(*RegisterServicesProcessRequest));
30 {
33 }
34
36}
USER_REGISTER_SERVICES_PROCESS RegisterServicesProcessRequest
ULONG_PTR ServicesProcessId
@ UserpRegisterServicesProcess
Referenced by wWinMain().
◆ SetLogonNotifyWindow()
Definition at line 91 of file logon.c.
92{
94}
BOOL NTAPI NtUserSetLogonNotifyWindow(HWND hWnd)
Referenced by InitializeSAS().
◆ UpdatePerUserSystemParameters()
Definition at line 101 of file logon.c.
103{
104
106
107
109
110
112
114}
BOOL NTAPI NtUserUpdatePerUserSystemParameters(DWORD dwReserved, BOOL bEnable)
_In_ HANDLE _In_ DWORD _In_ DWORD _Inout_opt_ LPOVERLAPPED _In_opt_ LPTRANSMIT_FILE_BUFFERS _In_ DWORD dwReserved
@ SETIMEHOTKEY_INITIALIZE
VOID APIENTRY CliImmInitializeHotKeys(DWORD dwAction, HKL hKL)
BOOL WINAPI UpdatePerUserImmEnabling(VOID)
VOID IntLoadPreloadKeyboardLayouts(VOID)
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
user32 |
| ) |
|