In my last reply what I want to convey is that:
Case 1:
# Dll function takes string as an argument and returns string as the result.
In this case if I call the function like:
Code:
<DllImport("G:\test\debug\test.dll", _
SetLastError:=True, CharSet:=CharSet.Ansi, _
ExactSpelling:=True, _
CallingConvention:=CallingConvention.Cdecl)>
Leave a comment: