#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winsvc.h>
#include <lmserver.h>
#include <srvsvc_s.h>
#include <wine/debug.h>
Go to the source code of this file.
◆ _INC_WINDOWS
◆ COM_NO_WINDOWS_H
◆ WIN32_NO_STATUS
◆ RpcThreadRoutine()
Definition at line 20 of file rpcserver.c.
22{
24
27 {
28 ERR(
"RpcServerUseProtseqEpW() failed (Status %lx)\n",
Status);
29 return 0;
30 }
31
34 {
35 ERR(
"RpcServerRegisterIf() failed (Status %lx)\n",
Status);
36 return 0;
37 }
38
41 {
42 ERR(
"RpcServerListen() failed (Status %lx)\n",
Status);
43 }
44
45 return 0;
46}
RPC_STATUS WINAPI RpcServerListen(UINT MinimumCallThreads, UINT MaxCalls, UINT DontWait)
RPC_STATUS WINAPI RpcServerRegisterIf(RPC_IF_HANDLE IfSpec, UUID *MgrTypeUuid, RPC_MGR_EPV *MgrEpv)
RPC_STATUS WINAPI RpcServerUseProtseqEpW(RPC_WSTR Protseq, UINT MaxCalls, RPC_WSTR Endpoint, LPVOID SecurityDescriptor)
#define RPC_C_LISTEN_MAX_CALLS_DEFAULT
◆ dwServiceBits