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