术语“输入同步调用”是什么意思? 意思是?

发布于 2024-07-06 15:35:52 字数 288 浏览 5 评论 0原文

我在一篇有关多线程公寓的文章中找到了这一点,但找不到“输入同步调用”的定义。 (文章位于 http://msdn.microsoft.com /en-us/library/ms693421(VS.85).aspx)

如文章中使用的 - 多线程公寓无法进行输入同步调用

什么是“输入同步”调用?

谢谢

I found this in an article on Multithreaded Apartments, but can’t find a definition for “input-synchronized calls”.
(Article is at http://msdn.microsoft.com/en-us/library/ms693421(VS.85).aspx)

As used in the article
- Multithreaded apartments cannot make input-synchronized calls

What are “input-synchronized" calls?

Thanks

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

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

发布评论

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

评论(1

苦笑流年记忆 2024-07-13 15:35:52

请参阅此处这篇文章。

输入同步呼叫 - 拨打时
输入同步调用,对象
被叫必须在之前完成呼叫
屈服控制。 这有助于确保
焦点管理工作正常
用户输入的数据是
进行适当处理。 这些电话
由COM通过Windows制作
SendMessage函数,无需输入
模态循环。 在处理一个
输入同步调用,对象
被调用不得调用任何函数或
方法(包括同步方法)
这可能会产生控制权。

Have a look at this article here.

Input-synchronized calls - When making
input-synchronized calls, the object
called must complete the call before
yielding control. This helps ensure
that focus management works correctly
and that data entered by the user is
processed appropriately. These calls
are made by COM through the Windows
SendMessage function, without entering
a modal loop. While processing an
input-synchronized call, the object
called must not call any function or
method (including synchronous methods)
that might yield control.

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