Update doc comment

This commit is contained in:
Cyberboss
2017-09-17 22:13:14 -04:00
parent c5c5868ca2
commit 27f1ccbbf2
+1 -1
View File
@@ -30,7 +30,7 @@ namespace TGServiceInterface
/// The proc that DD calls to access <see cref="ITGServiceBridge"/>
/// </summary>
/// <param name="args">The arguments passed</param>
/// <returns>0 success, -1 on a WCF, error, 1 on an operation error</returns>
/// <returns>0</returns>
[DllExport("DDEntryPoint", CallingConvention = CallingConvention.Cdecl)]
public static int DDEntryPoint(int argc, [MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.LPStr, SizeParamIndex = 0)]string[] args)
{