Exemplo n.º 1
0
 public static void SpecialEventAdd(int messageid, SWIGTYPE_p_VULONG p1) {
   C4dApiPINVOKE.SpecialEventAdd__SWIG_1(messageid, SWIGTYPE_p_VULONG.getCPtr(p1));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 2
0
 public static bool GeSyncMessage(int messageid, int destid, SWIGTYPE_p_VULONG p1) {
   bool ret = C4dApiPINVOKE.GeSyncMessage__SWIG_1(messageid, destid, SWIGTYPE_p_VULONG.getCPtr(p1));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_VULONG obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }