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

# GetIsGameCorePartition

> GetIsGameCorePartition

# GetIsGameCorePartition

Indicates whether the provided manifest is a Microsoft Game Development Kit (GDK) manifest.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
HRESULT GetIsGameCorePartition(
         PCWSTR manifestPath,
         BOOL* pIsGameCorePartition
)
```

<a id="parametersSection" />

### Parameters

*manifestPath*   \_In\_\
Type: PCWSTR

The path to the manifest.

*pIsGameCorePartition*   \_Out\_\
Type: BOOL\*

On return, indicates whether the provided manifest is a Microsoft Game Development Kit (GDK) 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 provided manifest is an ERA manifest, call [GetIsTitlePartition](/reference/tools/packagingservices/functions/getistitlepartition).

To determine the family name of the 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

- [GetIsTitlePartition](/reference/tools/packagingservices/functions/getistitlepartition.md)
- [GetPackageVersionFromManifest](/reference/tools/packagingservices/functions/getpackageversionfrommanifest.md)
- [ValidateSchemaForManifest](/reference/tools/packagingservices/functions/validateschemaformanifest.md)
- [PackagingServices](/reference/tools/packagingservices/packagingservices_members.md)
- [Event Partitioning quickstart (Preview)](/services/playfab/data-analytics/export-data/event-partitioning-quickstart.md)
