NamespaceParentMethod

Applies to:uCalc Transform
Class:uCalc
???
Syntax
NamespaceParent(Opt Level)
Remarks
DLL import code
<DllImport(uCalcDLL, CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl, EntryPoint:="NamespaceParent")> _

Private Function NamespaceParent__(ByVal uCalcHandle As IntPtr, ByVal Level As Int32 ) As IntPtr
End Function
            
[DllImport(uCalcDLL, CharSet=CharSet.Ansi, CallingConvention=CallingConvention.Cdecl, EntryPoint="NamespaceParent")]

protected static extern IntPtr NamespaceParent_(IntPtr uCalcHandle,  Int32 Level );
            
{DLLImport}function NamespaceParent__(uCalcHandle: System.Pointer; Level: Int32): System.Pointer; cdecl; external uCalcDLL name 'NamespaceParent';

            
typedef uCalcPtr (* __NamespaceParent)(void *uCalcHandle,  int32_t Level ); 

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

static uCalcPtr NamespaceParent_(void *  uCalcHandle,  Int32 Level);
            
Prev | Next