getCPtr() 정적인 개인적인 메소드

static private getCPtr ( ContactAcct obj ) : HandleRef
obj ContactAcct
리턴 System.Runtime.InteropServices.HandleRef
예제 #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);
        }