public virtual int ChangePassword(out uint sessionID, TapAPIChangePasswordReq req) { int ret = QTapTradeApiPINVOKE.ITapTradeAPI_ChangePassword(swigCPtr, out sessionID, TapAPIChangePasswordReq.getCPtr(req)); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TapAPIChangePasswordReq obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public virtual int ChangePassword(ref uint sessionID, TapAPIChangePasswordReq req) { int ret = TapTradeCppWrapperPINVOKE.ITapTradeAPI_ChangePassword(swigCPtr, ref sessionID, TapAPIChangePasswordReq.getCPtr(req)); return(ret); }