<DllImport(DllFileName, _
EntryPoint:="?AbgabePreisBerechnung@APlusVServerDelphi@@YAPBDQBD@Z", _
SetLastError:=True, _
CallingConvention:=CallingConvention.Cdecl, _
CharSet:=CharSet.Ansi)> _
Public Shared Function StrAbgabePreis( _
ByRef s As StringBuilder) As StringBuilder
End Function
|