public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctor2T_ArLCDMTX_p_int_char_const_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#2
0
        public static bool lcdAddCreator(string lcdType, SWIGTYPE_p_ArRetFunctor2T_ArLCDMTX_p_int_char_const_p_t creator)
        {
            bool ret = AriaCSPINVOKE.Aria_lcdAddCreator(lcdType, SWIGTYPE_p_ArRetFunctor2T_ArLCDMTX_p_int_char_const_p_t.getCPtr(creator));

            return(ret);
        }