thread.hrh
来自「这是Symbian平台实现多线程的实例.对初学者非常有帮助.」· HRH 代码 · 共 29 行
HRH
29 行
/*
* ============================================================================
* Name : Thread resource header file thread.hrh
* Part of : Thread
* Created : 04.02.2005 by Forum Nokia
* Description:
* This file contains declarations for constants of Thread.
* The file can be included in C++ or resource file.
* Version : 1.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef THREAD_HRH
#define THREAD_HRH
// Thread enumerate command codes
enum TThreadIds
{
EThreadKillCommand1 = 1, // start value must not be 0
EThreadKillCommand2,
EThreadKillCommand3,
EThreadStartCommand
};
#endif // THREAD_HRH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?