释义 |
CwinThread 基本例句 线程¹⁰⁰ You can derive a class if you need a special version of CWinThread, but it is not required for most simple worker threads.如果需要特殊版本的CWinThread,可以从该类派生,但大多数简单辅助线程都不需要这样做。 The base class for all threads. Use directly, or derive a class from CWinThreadif your thread performs user-interface functions. CWinAppis derived from CWinThread.所有线程的基类。直接使用,或是如果你的线程要提供一个用户接口函数,则从。 |