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

Indicates whether the specified manifest is an ERA manifest.

<a id="syntaxSection" />

## Syntax

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

<a id="parametersSection" />

### Parameters

*manifestPath*   \_In\_\
Type: PCWSTR

The path to the manifest.

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

On return, indicates whether the specified manifest is an ERA manifest.

<a id="retvalSection" />

### Return value

Type: HRESULT

Returns `S_OK` if successful. Otherwise, returns an error code. For a list of error codes, see [Error Codes](/reference/errorcodes).

<a id="remarksSection" />

## Remarks

To determine whether the specified manifest is a Microsoft Game Development Kit (GDK) manifest, call [GetIsGameCorePartition](/reference/tools/packagingservices/functions/getisgamecorepartition).

To determine the family name of a package for a specified application manifest, call [GetPackageFamilyNameFromManifest](/reference/tools/packagingservices/functions/getpackagefamilynamefrommanifest).

For more information about packaging, see [Overview of packaging](/build/core-features/common/packaging/overviews/packaging).

<a id="requirementsSection" />

## Requirements

**Header:** packagingservices.h

**Library:** packagingservices.lib

**Supported platforms:** Windows (for XBOX console tools)

<a id="seealsoSection" />

## See also

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


## Related topics

- [GetIsGameCorePartition](/reference/tools/packagingservices/functions/getisgamecorepartition.md)
- [PackagingServices](/reference/tools/packagingservices/packagingservices_members.md)
- [XMemGetTitleHeap](/reference/system/xmem/functions/xmemgettitleheap.md)
- [XtfGetTitleProcessMemoryReports](/reference/tools/xtf/xtfapi/functions/xtfgettitleprocessmemoryreports-xtfapi-xbox-windows-m.md)
- [XMemGetWorkingSetStatistics](/reference/system/xmem/functions/xmemgetworkingsetstatistics.md)
