getCPtr() static private méthode

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

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