Office Communicator 状态如何工作?

发布于 2024-08-26 04:52:16 字数 219 浏览 8 评论 0原文

我有兴趣了解有关 Microsoft Office Communicator IM 的更多信息客户端,以及它如何确定您的存在(即您是否在计算机旁或不在计算机旁)。任何人都可以向我指出解释此问题的教程或 API 的详细信息吗?

I'm interested in finding out more about the Microsoft Office Communicator IM client, and how it determines your presence (i.e if you are at your computer or away). Can anyone point me towards a tutorial that explains this, or details of the API?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无法回应 2024-09-02 04:52:16

经过一番研究后,Office Communicator 客户端似乎利用对键盘和鼠标活动的简单审核来确定用户是否存在。本文讨论 Microsoft Communicator 状态,以及这些相关问题参考它:

看来 Office Communicator 使使用 Windows API GetLastInputInfo 函数。
以下问题详细介绍了调用此函数的选项(使用和不使用 P/Invoke):

After a bit of research, it looks like the Office Communicator client makes use of a simple audit of keyboard and mouse activity to determine the presence of a user. This article discusses the Microsoft Communicator presence status, and these related questions also refer to it:

It appears that Office Communicator makes use of the Windows API GetLastInputInfo Function.
The following questions detail the options for calling this function (with and without P/Invoke):

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文