首 页 | 新 闻 | Symbian | Windows Mobile| J2ME | 下载中心 | 游戏策划 | 购书指南 | 移动开发视频教程
您现在的位置: 开发视界 >> 专家专栏 >> Symbian翻译小组 >> Symbian OS SDK V8.1a >> Symbian OS guide >> Base >> Using User Library >> Memory Management >> concepts >> 文章正文
进程类型
作者:LeeFJ    文章来源:PhonerCN    更新时间:2006-5-9 0:11:58
译者:LeeFJ
 
SYMBIAN OS SDK V8.1A

--------------------------------------------------------------------------------
» Symbian OS SDK v8.1a » Symbian OS guide » Base » Using User Library (E32) » Thread And Process Management » Using Threads and Processes » The process type
--------------------------------------------------------------------------------

The process type
进程类型
Each process can be given a unique identity, known as the process type, in order to differentiate one process from another.
每一个进程都会有一个唯一的标识,进程类型,以区别不同的进程。

The process type is defined as a TUidType which can be constructed from one, two or three TUid components.
进程类型被定义为TUidType类型,TUidType可以通过一个、两个或三个TUid组件进行构造。

--------------------------------------------------------------------------------
Copyright ©2005  Symbian Ltd.       unknown-build-id

相关文章:
线程与进程的优先级
线程的终止
固化进程
进程与线程简介
线程和进程 ID
虚拟机模型
地址空间与进程