Код: Выделить всё
[DllImport(DLLNAME, CallingConvention = CallingConvention.StdCall, EntryPoint = "ihuTagAdd@4")]
public static extern ihuErrorCode ihuTagAdd(int serverhandle);
Подробнее здесь: https://stackoverflow.com/questions/786 ... ith-ihuapi
Код: Выделить всё
[DllImport(DLLNAME, CallingConvention = CallingConvention.StdCall, EntryPoint = "ihuTagAdd@4")]
public static extern ihuErrorCode ihuTagAdd(int serverhandle);