ReactOS 0.4.16-dev-300-g2aadf2e
|
#include "svchost.h"
Go to the source code of this file.
Functions | |
NTSTATUS NTAPI | RpcpInitRpcServer (VOID) |
NTSTATUS NTAPI | RpcpStopRpcServer (_In_ RPC_IF_HANDLE IfSpec) |
NTSTATUS NTAPI | RpcpStopRpcServerEx (_In_ RPC_IF_HANDLE IfSpec) |
NTSTATUS NTAPI | RpcpAddInterface (_In_ PCWSTR IfName, _In_ RPC_IF_HANDLE IfSpec) |
NTSTATUS NTAPI | RpcpStartRpcServer (_In_ PCWSTR IfName, _In_ RPC_IF_HANDLE IfSpec) |
Variables | |
LONG | RpcpNumInstances |
CRITICAL_SECTION | RpcpCriticalSection |
Definition at line 83 of file rpcsrv.c.
Referenced by RpcpStartRpcServer().
Definition at line 22 of file rpcsrv.c.
Referenced by SvchostBuildSharedGlobals().
Definition at line 131 of file rpcsrv.c.
Referenced by SvchostBuildSharedGlobals().
NTSTATUS NTAPI RpcpStopRpcServer | ( | _In_ RPC_IF_HANDLE | IfSpec | ) |
Definition at line 33 of file rpcsrv.c.
Referenced by SvchostBuildSharedGlobals().
NTSTATUS NTAPI RpcpStopRpcServerEx | ( | _In_ RPC_IF_HANDLE | IfSpec | ) |
Definition at line 58 of file rpcsrv.c.
Referenced by SvchostBuildSharedGlobals().
CRITICAL_SECTION RpcpCriticalSection |
Definition at line 16 of file rpcsrv.c.
Referenced by RpcpInitRpcServer(), RpcpStartRpcServer(), RpcpStopRpcServer(), and RpcpStopRpcServerEx().
LONG RpcpNumInstances |
Definition at line 15 of file rpcsrv.c.
Referenced by RpcpInitRpcServer(), RpcpStartRpcServer(), RpcpStopRpcServer(), and RpcpStopRpcServerEx().