用户界面线程 meaning in English
user-interface thread
Examples
- Mtmdi sample : demonstrates an mfc user interface thread
> mtmdi示例:演示mfc用户界面线程 - Mfc distinguishes two types of threads : user interface threads and worker threads
Mfc区分两种类型的线程:用户界面线程和辅助线程。 - Nevertheless , mtmdi does illustrate techniques for implementing an mfc user interface thread
但mtmdi确实阐释了实现mfc用户界面线程的方法。 - Method is synchronous and blocks the worker thread until the ui thread finishes its job
方法同步并且阻塞辅助线程,直到用户界面线程完成其作业为止。 - The user interface thread has both message rotation queue and window . so it can receive messages
用户界面线程有消息循环队列和窗口,它可以接收消息。