The doc for ShowHint says
//! \param[in] timeOut represents the duration in milliseconds for which hint is displayed on screen.
While the doc for RpcDo_ShowHint says
//! \param[in] timeOut represents the duration in seconds for which hint is displayed on screen.
RpcDo_ShowHint is correct. timeOut is in seconds and ShowHint doc should say the same.