ReactOS 0.4.16-dev-319-g6cf4263
|
#include <stdio.h>
#include <stdarg.h>
#include <limits.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "winsvc.h"
#include "irot_s.h"
#include "epm_s.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (ole) | |
static BOOL | RPCSS_Initialize (void) |
static DWORD WINAPI | service_handler (DWORD ctrl, DWORD event_type, LPVOID event_data, LPVOID context) |
static void WINAPI | ServiceMain (DWORD argc, LPWSTR *argv) |
int | wmain (int argc, WCHAR *argv[]) |
Variables | |
static WCHAR | rpcssW [] = {'R','p','c','S','s',0} |
static HANDLE | exit_event |
static SERVICE_STATUS_HANDLE | service_handle |
Definition at line 40 of file rpcss_main.c.
Referenced by ServiceMain().
|
static |
Definition at line 89 of file rpcss_main.c.
Referenced by ServiceMain().
Definition at line 129 of file rpcss_main.c.
Referenced by wmain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
Definition at line 171 of file rpcss_main.c.
|
static |
Definition at line 37 of file rpcss_main.c.
Referenced by service_handler(), and ServiceMain().
Definition at line 36 of file rpcss_main.c.
Referenced by ServiceMain(), start_rpcss(), and wmain().
|
static |
Definition at line 38 of file rpcss_main.c.
Referenced by RequestAddition(), RunApphelpCacheControlTests(), RunTest(), service_handler(), ServiceMain(), and WaitService().