public bool AddContact(Contact disownObject) { bool ret = otapiPINVOKE.AddressBook_AddContact(swigCPtr, Contact.getCPtr(disownObject)); if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve(); return ret; }
internal static HandleRef getCPtr(Contact obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }