threadao.hrh
来自「symbian平台上多任务处理机制:多线程和Active」· HRH 代码 · 共 28 行
HRH
28 行
/*
* ============================================================================
* Name : ThreadAO resource header file thread.hrh
* Part of : ThreadAO
* Created : 12.1.2005 by Forum Nokia
* Description:
* This file contains declarations for constants of ThreadAO.
* 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
{
EThreadStartCommand = 1, // start value must not be 0
EThreadSetRefreshTimeCommand = 2
};
#endif // __THREAD_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?