Previous topicNext topic
Help > XEngine_SystemSdk > XEngine_SystemApi > SystemApi_Process >
SystemApi_Process_GetPath

函数

SystemApi_Process_GetPath

功能

获取进程相关路径信息

语法

bool SystemApi_Process_GetPath(XCHAR* ptszMsgBuffer, int nPid = 0)

参数

 参数.一:ptszMsgBuffer
  In/Out:Out
  类型:字符指针
  可空:N
  意思:输出获得的路径
 参数.二:nPid
  In/Out:In
  类型:整数型
  可空:Y
  意思:输入要获取的进程ID

返回值

类型:逻辑型
意思:是否成功

备注

如果想获得进程运行目录,可以通过BaseLib_OperatorString_GetFileAndPath来分割

示例