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

제공된 매니페스트가 Microsoft Game Development Kit(GDK) 매니페스트인지 여부를 나타냅니다.

<a id="syntaxSection" />

## 구문

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

<a id="parametersSection" />

### 매개변수

*manifestPath*   \_In\_\
형식: PCWSTR

매니페스트의 경로입니다.

*pIsGameCorePartition*   \_Out\_\
형식: BOOL\*

반환 시 제공된 매니페스트가 Microsoft Game Development Kit(GDK) 매니페스트인지 여부를 나타냅니다.

<a id="retvalSection" />

### 반환값

형식: HRESULT

성공하면 `S_OK`를 반환합니다. 그렇지 않으면 오류 코드를 반환합니다. 오류 코드 목록은 [Error Codes](/reference/errorcodes)를 참조하십시오.

<a id="remarksSection" />

## 설명

제공된 매니페스트가 ERA 매니페스트인지 확인하려면 [GetIsTitlePartition](/reference/tools/packagingservices/functions/getistitlepartition)을 호출합니다.

지정된 애플리케이션 매니페스트에 대한 패키지의 패밀리 이름을 확인하려면 [GetPackageFamilyNameFromManifest](/reference/tools/packagingservices/functions/getpackagefamilynamefrommanifest)를 호출합니다.

패키징에 대한 자세한 내용은 [Overview of packaging](/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

- [GetIsTitlePartition](/ko/reference/tools/packagingservices/functions/getistitlepartition.md)
- [GetPackageVersionFromManifest](/ko/reference/tools/packagingservices/functions/getpackageversionfrommanifest.md)
- [ValidateSchemaForManifest](/ko/reference/tools/packagingservices/functions/validateschemaformanifest.md)
- [PackagingServices](/ko/reference/tools/packagingservices/packagingservices_members.md)
- [Event Partitioning 빠른 시작(미리 보기)](/ko/services/playfab/data-analytics/export-data/event-partitioning-quickstart.md)
