Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sendTicket 方法的返回值表示什么?发送成功?不幸的是,它没有记录在案。
virtual bool Glympse::IGlympse::sendTicket (const GTicket &ticket) [pure virtual]
Glympse::IGlympse::sendTicket()呈现发送 Glympse 向导。该方法还执行一些验证(检查输入参数和平台状态)。false如果这些检查中的任何一个失败,则返回。的值true表示发送向导已成功呈现。
Glympse::IGlympse::sendTicket()
false
true