HandleMethod
Returns the handle of the data type object
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);