ReactOS
0.4.16-dev-433-g6363f78
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
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 Tue Jan 7 2025 06:19:43 for ReactOS by
1.9.6