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

# GetIsTitlePartition

> GetIsTitlePartition

# GetIsTitlePartition

指定されたマニフェストが ERA マニフェストであるかどうかを示します。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
HRESULT GetIsTitlePartition(
         PCWSTR manifestPath,
         BOOL* pIsTitlePartition
)
```

<a id="parametersSection" />

### パラメーター

*manifestPath*   \_In\_\
Type: PCWSTR

マニフェストへのパスです。

*pIsTitlePartition*   \_Out\_\
Type: BOOL\*

戻り値で、指定されたマニフェストが ERA マニフェストであるかどうかを示します。

<a id="retvalSection" />

### 戻り値

Type: HRESULT

成功した場合は `S_OK` を返します。それ以外の場合はエラー コードを返します。エラー コードの一覧については、「[エラー コード](/reference/errorcodes)」をご覧ください。

<a id="remarksSection" />

## 解説

指定されたマニフェストが Microsoft Game Development Kit (GDK) のマニフェストであるかどうかを判定するには、[GetIsGameCorePartition](/reference/tools/packagingservices/functions/getisgamecorepartition) を呼び出します。

指定されたアプリケーション マニフェストのパッケージ ファミリ名を取得するには、[GetPackageFamilyNameFromManifest](/reference/tools/packagingservices/functions/getpackagefamilynamefrommanifest) を呼び出します。

パッケージ化について詳しくは、「[パッケージ化の概要](/build/core-features/common/packaging/overviews/packaging)」をご覧ください。

<a id="requirementsSection" />

## 要件

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

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

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

<a id="seealsoSection" />

## 関連項目

[PackagingServices](/reference/tools/packagingservices/packagingservices_members)


## Related topics

- [GetIsGameCorePartition](/ja-jp/reference/tools/packagingservices/functions/getisgamecorepartition.md)
- [PackagingServices](/ja-jp/reference/tools/packagingservices/packagingservices_members.md)
- [XtfGetTitleProcessMemoryReports](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfgettitleprocessmemoryreports-xtfapi-xbox-windows-m.md)
- [Event Partitioning クイックスタート (プレビュー)](/ja-jp/services/playfab/data-analytics/export-data/event-partitioning-quickstart.md)
- [Event Partitioning の概要 (プレビュー)](/ja-jp/services/playfab/data-analytics/export-data/event-partitioning-overview.md)
