GetIsGameCorePartition

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

Syntax

HRESULT GetIsGameCorePartition(
         PCWSTR manifestPath,
         BOOL* pIsGameCorePartition
)

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.

Return value

Type: HRESULT

Returns S_OK if successful. Otherwise, returns an error code. For a list of error codes, see Error Codes.

Remarks

To determine whether the provided manifest is an ERA manifest, call GetIsTitlePartition.

To determine the family name of the package for a specified application manifest, call GetPackageFamilyNameFromManifest.

For more information about packaging, see Overview of packaging.

Requirements

Header: packagingservices.h

Library: packagingservices.lib

Supported platforms: Windows (for Xbox console tools)

See also

PackagingServices