ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winsvc.h>
#include <svc.h>
#include <userenv.h>
#include <ndk/rtlfuncs.h>
#include <wine/debug.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
#define | NTOS_MODE_USER |
Functions | |
DWORD | StartRpcServer (VOID) |
DWORD | StopRpcServer (VOID) |
Variables | |
HINSTANCE | hDllInstance |
PSVCHOST_GLOBAL_DATA | lpServiceGlobals |
Definition at line 32 of file rpcserver.c.
Referenced by ServiceControlHandlerEx(), SvcEntry_Seclogon(), and WinMain().
|
extern |
Definition at line 18 of file seclogon.c.
Referenced by StartRpcServer(), StopRpcServer(), and SvchostPushServiceGlobals().