I have a dll library for which the call in .net is as follows.
Code:
Declare Function CopyDesign Lib "OS50.DLL" _
(ByVal I_RPath As String, ByVal I_Flags As Integer, ByVal I_Typ As String, _
ByVal I_CC As Integer, ByVal I_Ref As String, ByVal I_Q As Double, _
ByVal I_T0 As Double, ByVal I_TC As Double, ByVal I_TS As Double, _
ByVal I_TL As Double, ByVal I_TM As Long, ByVal I_TLC As Double, _
ByVal I_TOC
...