From 27f1ccbbf21cf62417d7fb89f37f13914af6aa29 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Sun, 17 Sep 2017 22:13:14 -0400 Subject: [PATCH] Update doc comment --- TGServiceInterface/ServiceBridge.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGServiceInterface/ServiceBridge.cs b/TGServiceInterface/ServiceBridge.cs index 099ec05dad..764250ea36 100644 --- a/TGServiceInterface/ServiceBridge.cs +++ b/TGServiceInterface/ServiceBridge.cs @@ -30,7 +30,7 @@ namespace TGServiceInterface /// The proc that DD calls to access /// /// The arguments passed - /// 0 success, -1 on a WCF, error, 1 on an operation error + /// 0 [DllExport("DDEntryPoint", CallingConvention = CallingConvention.Cdecl)] public static int DDEntryPoint(int argc, [MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.LPStr, SizeParamIndex = 0)]string[] args) {