public static void longWrapper(string buffer, ushort bufferLen, SWIGTYPE_p_ArRetFunctorT_long_t functor, string format, int navalue)
 {
     AriaCSPINVOKE.ArStringInfoHolderFunctions_longWrapper(buffer, bufferLen, SWIGTYPE_p_ArRetFunctorT_long_t.getCPtr(functor), format, navalue);
 }
Beispiel #2
0
        public bool addStringLong(string name, ushort maxLen, SWIGTYPE_p_ArRetFunctorT_long_t functor)
        {
            bool ret = AriaCSPINVOKE.ArStringInfoGroup_addStringLong__SWIG_2(swigCPtr, name, maxLen, SWIGTYPE_p_ArRetFunctorT_long_t.getCPtr(functor));

            return(ret);
        }
Beispiel #3
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctorT_long_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }