OpenTransactions.OTAPI.OTPassword.addMemory C# (CSharp) Méthode

addMemory() public méthode

public addMemory ( SWIGTYPE_p_void vAppend, SWIGTYPE_p_uint32_t nAppendSize ) : SWIGTYPE_p_int32_t
vAppend SWIGTYPE_p_void
nAppendSize SWIGTYPE_p_uint32_t
Résultat SWIGTYPE_p_int32_t
        public SWIGTYPE_p_int32_t addMemory(SWIGTYPE_p_void vAppend, SWIGTYPE_p_uint32_t nAppendSize)
        {
            SWIGTYPE_p_int32_t ret = new SWIGTYPE_p_int32_t(otapiPINVOKE.OTPassword_addMemory(swigCPtr, SWIGTYPE_p_void.getCPtr(vAppend), SWIGTYPE_p_uint32_t.getCPtr(nAppendSize)), true);
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }