示例#1
0
 public static bool GvGetAllDataTypes(GvPortDescInfo info, SWIGTYPE_p_ULONG default_flag, int first_id) {
   bool ret = C4dApiPINVOKE.GvGetAllDataTypes(GvPortDescInfo.getCPtr(info), SWIGTYPE_p_ULONG.getCPtr(default_flag), first_id);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#2
0
 public static void GvFreePortDescInfo(GvPortDescInfo info) {
   C4dApiPINVOKE.GvFreePortDescInfo(GvPortDescInfo.getCPtr(info));
 }
示例#3
0
 internal static HandleRef getCPtr(GvPortDescInfo obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }