#include <limits.h>
#include <stdarg.h>
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winsvc.h>
#include <lmerr.h>
#include <netlogon_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.
28 ERR(
"RpcServerUseProtseqEpW() failed (Status %lx)\n",
Status);
35 ERR(
"RpcServerRegisterIf() failed (Status %lx)\n",
Status);
42 ERR(
"RpcServerListen() failed (Status %lx)\n",
Status);
RPC_STATUS WINAPI RpcServerListen(UINT MinimumCallThreads, UINT MaxCalls, UINT DontWait)
#define RPC_C_LISTEN_MAX_CALLS_DEFAULT
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)
◆ hDllInstance