getCPtr() static private méthode

static private getCPtr ( ContactAcct obj ) : HandleRef
obj ContactAcct
Résultat System.Runtime.InteropServices.HandleRef
Exemple #1
0
        public bool AddContactAcct(ContactAcct disownObject)
        {
            bool ret = otapiPINVOKE.Contact_AddContactAcct(swigCPtr, ContactAcct.getCPtr(disownObject));

            if (otapiPINVOKE.SWIGPendingException.Pending)
            {
                throw otapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }