CreateuCalcMethod

Applies to:uCalc Transform
Class:uCalc
Creates a new uCalc instance
Syntax
CreateuCalc((uCalcHandle)
Remarks
This is not meant to be called directly.
DLL import code
<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="CreateuCalc")> _

Private Function CreateuCalc__(ByVal uCalcHandle As IntPtr) As  IntPtr
End Function
            
[DllImport(uCalcDLL, CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl, EntryPoint="CreateuCalc")]

protected static extern  IntPtr CreateuCalc_(IntPtr uCalcHandle);
            
{DLLImport}function CreateuCalc__(uCalcHandle: System.Pointer):  System.Pointer; cdecl; external uCalcDLL name 'CreateuCalc';

            
typedef  uCalcPtr (* __CreateuCalc)(void *uCalcHandle); 

            
[DllImport(uCalcLib, CharSet=CharSet::Ansi, CallingConvention=CallingConvention::Cdecl, EntryPoint = "CreateuCalc")]

static uCalcPtr CreateuCalc_(void *  uCalcHandle);
            
Prev | Next