| 1. | Mtmdi sample : demonstrates an mfc user interface thread > mtmdi示例:演示mfc用户界面线程 |
| 2. | Mfc distinguishes two types of threads : user interface threads and worker threads Mfc区分两种类型的线程:用户界面线程和辅助线程。 |
| 3. | Nevertheless , mtmdi does illustrate techniques for implementing an mfc user interface thread 但mtmdi确实阐释了实现mfc用户界面线程的方法。 |
| 4. | Method is synchronous and blocks the worker thread until the ui thread finishes its job 方法同步并且阻塞辅助线程,直到用户界面线程完成其作业为止。 |
| 5. | The user interface thread has both message rotation queue and window . so it can receive messages 用户界面线程有消息循环队列和窗口,它可以接收消息。 |
| 6. | However , in our scenario , the ui thread is also waiting for the worker thread to commit the transaction 但在我们的方案中,用户界面线程还要等待辅助线程提交事务。 |
| 7. | Multithread illustration , where user - interface events are processed in a separate user - interface thread 多线程说明,其中在单独的用户界面线程中处理用户界面事件。 |
| 8. | Class prevents calls made into a hosting object by ole from entering threads other than the ui thread 类防止由ole发送到宿主对象中的调用进入非用户界面线程的其他线程。 |
| 9. | A user interface thread has its own message pump for handling user interface events separately from other threads 用户界面线程有自己独立于其他线程的消息泵来处理用户界面事件。 |
| 10. | The user interface cannot be updated from a procedure running on a thread that is not the user interface thread 如果运行过程的线程不是用户界面线程,则无法从该过程更新用户界面。 |