Exemple #1
0
 public TapAPIChangePasswordReq(TapAPIChangePasswordReq other) : this(TapQuotePINVOKE.new_TapAPIChangePasswordReq__SWIG_1(TapAPIChangePasswordReq.getCPtr(other)), true)
 {
     if (TapQuotePINVOKE.SWIGPendingException.Pending)
     {
         throw TapQuotePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 internal static HandleRef getCPtr(TapAPIChangePasswordReq obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
        public virtual int ChangePassword(out uint sessionID, TapAPIChangePasswordReq req)
        {
            int ret = TapQuotePINVOKE.ITapQuoteAPI_ChangePassword(swigCPtr, out sessionID, TapAPIChangePasswordReq.getCPtr(req));

            return(ret);
        }