CreateTransformMethod

Applies to:uCalc Transform
Class:uCalc
Creates a transform that can modify text or search through text
Syntax
CreateTransform()
Remarks
+++

DLL import code
<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="CreateTransform")> _

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

protected static extern IntPtr CreateTransform_(IntPtr uCalcHandle);
            
{DLLImport}function CreateTransform__(uCalcHandle: System.Pointer): System.Pointer; cdecl; external uCalcDLL name 'CreateTransform';

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

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

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