ReactOS
0.4.16-dev-197-g92996da
precomp.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Secondary Logon Service
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: Secondary Logon service RPC server
5
* COPYRIGHT: Eric Kohl 2022 <eric.kohl@reactos.org>
6
*/
7
8
#ifndef _SECLOGON_PCH_
9
#define _SECLOGON_PCH_
10
11
#include <limits.h>
12
#include <stdarg.h>
13
#include <stdio.h>
14
15
#define WIN32_NO_STATUS
16
#define _INC_WINDOWS
17
#define COM_NO_WINDOWS_H
18
#include <
windef.h
>
19
#include <
winbase.h
>
20
#include <
winreg.h
>
21
#include <
winsvc.h
>
22
#include <svc.h>
23
#include <
userenv.h
>
24
25
#define NTOS_MODE_USER
26
#include <
ndk/rtlfuncs.h
>
27
28
#include <
wine/debug.h
>
29
30
extern
HINSTANCE
hDllInstance
;
31
extern
PSVCHOST_GLOBAL_DATA
lpServiceGlobals
;
32
33
DWORD
34
StartRpcServer
(
VOID
);
35
36
DWORD
37
StopRpcServer
(
VOID
);
38
39
#endif
/* _SECLOGON_PCH_ */
hDllInstance
HINSTANCE hDllInstance
Definition:
browser.c:17
StartRpcServer
DWORD StartRpcServer(VOID)
Definition:
rpcserver.c:32
lpServiceGlobals
PSVCHOST_GLOBAL_DATA lpServiceGlobals
Definition:
seclogon.c:18
StopRpcServer
DWORD StopRpcServer(VOID)
Definition:
rpcserver.c:44
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
void
Definition:
nsiface.idl:2307
rtlfuncs.h
debug.h
_SVCHOST_GLOBAL_DATA
Definition:
svc.h:93
userenv.h
winbase.h
windef.h
winreg.h
winsvc.h
base
services
seclogon
precomp.h
Generated on Wed Oct 30 2024 06:14:21 for ReactOS by
1.9.6