Ejemplo n.º 1
0
 public static extern RPC_STATUS RpcServerRegisterIf2(IntPtr IfSpec, IntPtr MgrTypeUuid, IntPtr MgrEpv, InterfacRegistrationFlags Flags, int MaxCalls, int MaxRpcSize, IntPtr IfCallbackFn);
Ejemplo n.º 2
0
 public static extern RPC_STATUS RpcServerRegisterIf2_Marshaled(IntPtr IfSpec, ref Guid MgrTypeUuid, IntPtr MgrEpv, InterfacRegistrationFlags Flags, int MaxCalls, int MaxRpcSize, RPC_IF_CALLBACK_FN IfCallbackFn);
Ejemplo n.º 3
0
 public static extern int RpcServerRegisterIfEx(IntPtr IfSpec, IntPtr MgrTypeUuid, IntPtr MgrEpv, InterfacRegistrationFlags Flags, uint MaxCalls, ref RPC_IF_CALLBACK_FN IfCallback);
Ejemplo n.º 4
0
 public static extern int RpcServerRegisterIfEx(IntPtr IfSpec, IntPtr MgrTypeUuid, IntPtr MgrEpv, InterfacRegistrationFlags Flags, uint MaxCalls, ref RPC_IF_CALLBACK_FN IfCallback);
Ejemplo n.º 5
0
 public static extern RPC_STATUS RpcServerRegisterIf2_Marshaled(IntPtr IfSpec, ref Guid MgrTypeUuid, IntPtr MgrEpv, InterfacRegistrationFlags Flags, int MaxCalls, int MaxRpcSize, RPC_IF_CALLBACK_FN IfCallbackFn);
Ejemplo n.º 6
0
 public static extern RPC_STATUS RpcServerRegisterIf2(IntPtr IfSpec, IntPtr MgrTypeUuid, IntPtr MgrEpv, InterfacRegistrationFlags Flags, int MaxCalls, int MaxRpcSize, IntPtr IfCallbackFn);