<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="SetOutput_Overload_uCalc_Callback")> _
Private Function SetOutput_Overload_uCalc_Callback__(ByVal uCalcHandle As IntPtr,ByVal FunctionAddress As uCalcDelegate , ByVal Properties As String) As IntPtr
End Function
[DllImport(uCalcDLL, CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl, EntryPoint="SetOutput_Overload_uCalc_Callback")]
protected static extern IntPtr SetOutput_Overload_uCalc_Callback_(IntPtr uCalcHandle,uCalcDelegate FunctionAddress , string Properties);
{DLLImport}function SetOutput_Overload_uCalc_Callback__(uCalcHandle: System.Pointer;FunctionAddress: System.Pointer ; Properties: AnsiString): System.Pointer; cdecl; external uCalcDLL name 'SetOutput_Overload_uCalc_Callback';
typedef uCalcPtr (* __SetOutput_Overload_uCalc_Callback)(void *uCalcHandle, UCCALLBACK FunctionAddress , CONSTCHAR Properties );
[DllImport(uCalcLib, CharSet=CharSet::Ansi, CallingConvention=CallingConvention::Cdecl, EntryPoint = "SetOutput_Overload_uCalc_Callback")]
static uCalcPtr SetOutput_Overload_uCalc_Callback_(void * uCalcHandle, UCCALLBACK FunctionAddress , MARSHALSTR Properties);