> ## 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.

# XPackageInstallationProgress

> XPackageInstallationProgress

# XPackageInstallationProgress

설치 진행률에 대한 정보를 포함합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
typedef struct XPackageInstallationProgress {  
    uint64_t totalBytes;  
    uint64_t installedBytes;  
    uint64_t launchBytes;  
    bool launchable;  
    bool completed;  
} XPackageInstallationProgress  
```

<a id="membersSection" />

### 멤버

*totalBytes*\
형식: uint64\_t

설치되는 총 바이트 수입니다.

*installedBytes*\
형식: uint64\_t

지금까지 설치된 바이트 수입니다.

*launchBytes*\
형식: uint64\_t

타이틀을 실행하는 데 필요한 바이트 수입니다.

*launchable*\
형식: bool

지금 설치를 실행할 수 있는지 여부를 나타냅니다.

*completed*\
형식: bool

설치가 완료되었는지 여부를 나타냅니다.

<a id="remarksSection" />

## 설명

`XPackageInstallationProgress` 구조체는 패키지의 설치 진행률에 대한 세부 정보를 제공합니다. `XPackageInstallationProgress`는 설치 중인 바이트 수를 나타냅니다. 이미 설치된 바이트 수와 타이틀을 실행하는 데 필요한 바이트 수를 나타냅니다. 또한 패키지 설치 프로세스가 완료되는 시점을 알려줍니다.

XBOX One 타이틀에 사용되는 패키징 기술에 대한 자세한 내용은 [패키징 개요](/build/core-features/common/packaging/overviews/packaging)를 참조하세요. XVC 패키지를 만드는 단계에 대한 자세한 내용은 [XBOX 콘솔용 타이틀 패키징 시작](/build/core-features/common/packaging/overviews/packaging-getting-started-for-console)을 참조하세요.

<a id="requirementsSection" />

## 요구 사항

**헤더:** XPackage.h

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

<a id="seealsoSection" />

## 함께 보기

[다운로드 가능한 콘텐츠(DLC) 패키지 개요](/build/core-features/common/packaging/packaging-downloadable-content-dlc)\
[XPackage](/reference/system/xpackage/xpackage_members)


## Related topics

- [XPackageGetInstallationProgress](/ko/reference/system/xpackage/functions/xpackagegetinstallationprogress.md)
- [XPackage](/ko/reference/system/xpackage/xpackage_members.md)
- [XPackageInstallationProgressCallback](/ko/reference/system/xpackage/functions/xpackageinstallationprogresscallback.md)
- [XPackageRegisterInstallationProgressChanged](/ko/reference/system/xpackage/functions/xpackageregisterinstallationprogresschanged.md)
- [XPackageUnregisterInstallationProgressChanged](/ko/reference/system/xpackage/functions/xpackageunregisterinstallationprogresschanged.md)
