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

Indica si el manifiesto proporcionado es un manifiesto de Microsoft Game Development Kit (GDK).

<a id="syntaxSection" />

## Sintaxis

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

<a id="parametersSection" />

### Parámetros

*manifestPath*   \_In\_\
Tipo: PCWSTR

La ruta de acceso al manifiesto.

*pIsGameCorePartition*   \_Out\_\
Tipo: BOOL\*

Al devolverse, indica si el manifiesto proporcionado es un manifiesto de Microsoft Game Development Kit (GDK).

<a id="retvalSection" />

### Valor devuelto

Tipo: HRESULT

Devuelve `S_OK` si se realiza correctamente. De lo contrario, devuelve un código de error. Para obtener una lista de códigos de error, consulte [Códigos de error](/reference/errorcodes).

<a id="remarksSection" />

## Comentarios

Para determinar si el manifiesto proporcionado es un manifiesto de ERA, llame a [GetIsTitlePartition](/reference/tools/packagingservices/functions/getistitlepartition).

Para determinar el nombre de familia del paquete para un manifiesto de aplicación especificado, llame a [GetPackageFamilyNameFromManifest](/reference/tools/packagingservices/functions/getpackagefamilynamefrommanifest).

Para obtener más información sobre el empaquetado, consulte [Información general del empaquetado](/build/core-features/common/packaging/overviews/packaging).

<a id="requirementsSection" />

## Requisitos

**Encabezado:** packagingservices.h

**Biblioteca:** packagingservices.lib

**Plataformas compatibles:** Windows (para herramientas de consola XBOX)

<a id="seealsoSection" />

## Consulte también

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


## Related topics

- [GetIsTitlePartition](/es/reference/tools/packagingservices/functions/getistitlepartition.md)
- [GetPackageVersionFromManifest](/es/reference/tools/packagingservices/functions/getpackageversionfrommanifest.md)
- [ValidateSchemaForManifest](/es/reference/tools/packagingservices/functions/validateschemaformanifest.md)
- [PackagingServices](/es/reference/tools/packagingservices/packagingservices_members.md)
- [XtfGetTitleProcessMemoryReports](/es/reference/tools/xtf/xtfapi/functions/xtfgettitleprocessmemoryreports-xtfapi-xbox-windows-m.md)
