getCPtr() static private méthode

static private getCPtr ( SWIGTYPE_p_std__string obj ) : HandleRef
obj SWIGTYPE_p_std__string
Résultat System.Runtime.InteropServices.HandleRef
Exemple #1
0
        public static bool CheckStringsExistInOrder(SWIGTYPE_p_std__string strFolder, SWIGTYPE_p_std__string oneStr, SWIGTYPE_p_std__string twoStr, SWIGTYPE_p_std__string threeStr)
        {
            bool ret = otapiPINVOKE.CheckStringsExistInOrder__SWIG_1(SWIGTYPE_p_std__string.getCPtr(strFolder), SWIGTYPE_p_std__string.getCPtr(oneStr), SWIGTYPE_p_std__string.getCPtr(twoStr), SWIGTYPE_p_std__string.getCPtr(threeStr));

            if (otapiPINVOKE.SWIGPendingException.Pending)
            {
                throw otapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public string export_cash(string SERVER_ID, string FROM_NYM_ID, string ASSET_TYPE_ID, string TO_NYM_ID, string STR_INDICES, bool bPasswordProtected, SWIGTYPE_p_std__string STR_RETAINED_COPY)
        {
            string ret = otapiPINVOKE.OTMadeEasy_export_cash(swigCPtr, SERVER_ID, FROM_NYM_ID, ASSET_TYPE_ID, TO_NYM_ID, STR_INDICES, bPasswordProtected, SWIGTYPE_p_std__string.getCPtr(STR_RETAINED_COPY));

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