Esempio n. 1
0
        public bool addStringString(string name, ushort maxLen, SWIGTYPE_p_ArRetFunctorT_char_const_p_t functor)
        {
            bool ret = AriaCSPINVOKE.ArStringInfoGroup_addStringString__SWIG_1(swigCPtr, name, maxLen, SWIGTYPE_p_ArRetFunctorT_char_const_p_t.getCPtr(functor));

            return(ret);
        }
Esempio n. 2
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctorT_char_const_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public static void stringWrapper(string buffer, ushort bufferLen, SWIGTYPE_p_ArRetFunctorT_char_const_p_t functor, string format)
 {
     AriaCSPINVOKE.ArStringInfoHolderFunctions_stringWrapper(buffer, bufferLen, SWIGTYPE_p_ArRetFunctorT_char_const_p_t.getCPtr(functor), format);
 }