<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="ReleaseExpr")> _
Private Sub ReleaseExpr__(ByVal ExprHandle As IntPtr)
End Sub
[DllImport(uCalcDLL, CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl, EntryPoint="ReleaseExpr")]
protected static extern void ReleaseExpr_(IntPtr ExprHandle);
{DLLImport}procedure ReleaseExpr__(ExprHandle: System.Pointer); cdecl; external uCalcDLL name 'ReleaseExpr';
typedef void (* __ReleaseExpr)(void *ExprHandle);
[DllImport(uCalcLib, CharSet=CharSet::Ansi, CallingConvention=CallingConvention::Cdecl, EntryPoint = "ReleaseExpr")]
static void ReleaseExpr_(void * ExprHandle);