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

# FourPartVersion

> FourPartVersion

# FourPartVersion

Game OS の 4 パートのバージョン番号です。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
typedef struct FourPartVersion
{
    UINT32 MajorVersion;
    UINT32 MinorVersion;
    UINT32 BuildVersion;
    UINT32 RevisionVersion;
} FourPartVersion;
```

<a id="membersSection" />

### メンバー

*MajorVersion*<br />型: UINT32

Game OS のメジャー バージョン番号です。

*MinorVersion*<br />型: UINT32

Game OS のマイナー バージョン番号です。

*BuildVersion*<br />型: UINT32

Game OS のビルド番号です。

*RevisionVersion*<br />型: UINT32

Game OS のリビジョン番号です。

<a id="remarks" />

## 解説

この構造体は、Game OS の 4 パートのバージョン番号を表します。 [XtfGetTitleOSFourPartVersion](/reference/tools/xtf/xtfapi/functions/xtfgettitleosfourpartversion-xtfapi-xbox-windows-m)、[XtfStartTitleOSByVersion](/reference/tools/xtf/xtfapi/functions/xtfstarttitleosbyversion-xtfapi-xbox-windows-m)、および [XtfRemoveTitleOSFromCacheByVersion](/reference/tools/xtf/xtfapi/functions/xtfremovetitleosfromcachebyversion-xtfapi-xbox-windows-m) 関数は、Game OS を識別するためにこの構造体を使用します。 プロビジョニング済み Game OS の管理の詳細については、[アプリケーション管理 (xbapp.exe) (NDA トピック)](/tools/tools-console/commandlinetools/xbapp) および [プロビジョン (xbprovision.exe) (NDA トピック)](/tools/tools-console/commandlinetools/xbprovision) を参照してください。

<a id="requirementsSection" />

## 要件

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

**ライブラリ:** XtfApi.lib

**サポートされているプラットフォーム:** Windows (XBOX 本体ツール用)

<a id="seealsoSection" />

## 関連項目

[PC からのデプロイ実行 (NDA トピック)](/home/setup-install/concepts/deployment)<br />[XTF トランスポート エラー (NDA トピック)](/tools/tools-console/commandlinetools/xtf-transport-errors)<br />[その他の Xtf API](/reference/tools/xtf/xtfapi/atoc-xtfapi)
