<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="AllocScalar")> _
Private Function AllocScalar__(ByVal DataTypeHandle As IntPtr, ByVal Value As String  ) As  IntPtr
End Function
            
          
        
            
[DllImport(uCalcDLL, CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl, EntryPoint="AllocScalar")]
protected static extern  IntPtr AllocScalar_(IntPtr DataTypeHandle,  string Value  );
            
          
        
            
{DLLImport}function AllocScalar__(DataTypeHandle: System.Pointer; Value: AnsiString):  System.Pointer; cdecl; external uCalcDLL name 'AllocScalar';
            
          
        
            
typedef  void * (* __AllocScalar)(void *DataTypeHandle,  CONSTCHAR Value   ); 
            
          
        
            
[DllImport(uCalcLib, CharSet=CharSet::Ansi, CallingConvention=CallingConvention::Cdecl, EntryPoint = "AllocScalar")]
static void *   AllocScalar_(void *  DataTypeHandle,  MARSHALSTR Value);