internal static HandleRef getCPtr(SWIGTYPE_p_p_IpConnection obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 2
0
 public static void GeIpCloseConnection(SWIGTYPE_p_p_IpConnection ipc) {
   C4dApiPINVOKE.GeIpCloseConnection(SWIGTYPE_p_p_IpConnection.getCPtr(ipc));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }