> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XTFPROCESSINFO

> XTFPROCESSINFO

# XTFPROCESSINFO

실행 중인 XBOX Tools Framework(XTF) 프로세스에 대한 정보를 포함합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
typedef struct XTFPROCESSINFO {
    DWORD dwProcessId;
    LPCWSTR pszImageFileName;
} XTFPROCESSINFO, *LPXTFPROCESSINFO;  
```

<a id="membersSection" />

### 멤버

*dwProcessId*\
형식: DWORD

프로세스의 식별자입니다.

*pszImageFileName*\
형식: LPCWSTR

프로세스 이미지의 파일 이름에 대한 포인터입니다.

<a id="remarksSection" />

## 설명

이 구조체는 개발 콘솔에서 실행 중인 프로세스의 프로세스 ID와 프로세스 이미지의 파일 이름을 나타냅니다. [IXtfConsoleControlClient::GetRunningProcesses](/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_getrunningprocesses) 함수는 개발 콘솔의 각 실행 중인 프로세스에 대해 구현된 [IXtfRunningProcessCallback::OnFoundProcess](/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfRunningProcessCallback/methods/ixtfrunningprocesscallback_onfoundprocess) 콜백 함수를 호출할 때 `XTFPROCESSINFO` 구조체에 대한 포인터를 제공합니다. XBOX Tools Framework(XTF)를 사용하여 실행 중인 프로세스를 나열하는 방법에 대한 자세한 내용은 [프로세스 목록(xbtlist.exe)(NDA 항목)](/tools/tools-console/commandlinetools/xbtlist)을 참조하세요.

<a id="requirements" />

## 요구 사항

**헤더:** xtfconsolecontrol.h

**라이브러리:** xtfconsolecontrol.lib

**지원 플랫폼:** Windows(XBOX 콘솔 도구용)

<a id="seealsoSection" />

## 함께 보기

[XtfConsoleControl](/reference/tools/xtf/xtfconsolecontrol/xtfconsolecontrol_members)\
[XBOX Tools Framework 네이티브 API 참조](/reference/tools/xtf/atoc-xtf-native)


## Related topics

- [IXtfRunningProcessCallback::OnFoundProcess](/ko/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfRunningProcessCallback/methods/ixtfrunningprocesscallback_onfoundprocess.md)
- [IXtfConsoleControlClient::GetRunningProcesses](/ko/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_getrunningprocesses.md)
