> ## 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" />

## Syntax

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

<a id="membersSection" />

### Members

*totalBytes*\
型: uint64\_t

インストールされる合計バイト数。

*installedBytes*\
型: uint64\_t

これまでにインストールされたバイト数。

*launchBytes*\
型: uint64\_t

タイトルを起動するために必要なバイト数。

*launchable*\
型: bool

インストールを今すぐ起動できるかどうかを示します。

*completed*\
型: bool

インストールが完了しているかどうかを示します。

<a id="remarksSection" />

## Remarks

`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" />

## Requirements

**ヘッダー:** XPackage.h

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体および XBOX Series 本体

<a id="seealsoSection" />

## See also

[ダウンロード可能なコンテンツ (DLC) パッケージの概要](/build/core-features/common/packaging/packaging-downloadable-content-dlc)\
[XPackage](/reference/system/xpackage/xpackage_members)


## Related topics

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