HandleMethod

Applies to:Fast Math Parser
Class:uCalc.DataType
Returns the handle of the data type object
Syntax
Handle()
Remarks
Generally for internal use
DLL import code
<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="Handle_Overload_DataType")> _

Private Function Handle_Overload_DataType__(ByVal DataTypeHandle As IntPtr) As  IntPtr
End Function
            
[DllImport(uCalcDLL, CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl, EntryPoint="Handle_Overload_DataType")]

protected static extern  IntPtr Handle_Overload_DataType_(IntPtr DataTypeHandle);
            
{DLLImport}function Handle_Overload_DataType__(DataTypeHandle: System.Pointer):  System.Pointer; cdecl; external uCalcDLL name 'Handle_Overload_DataType';

            
typedef  void * (* __Handle_Overload_DataType)(void *DataTypeHandle); 

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

static void *   Handle_Overload_DataType_(void *  DataTypeHandle);
            
Prev | Next