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

# XStoreShowAssociatedProductsUIAsync

> XStoreShowAssociatedProductsUIAsync

# XStoreShowAssociatedProductsUIAsync

Microsoft Store 앱을 열고 게임에 연결된 사용 가능한 추가 기능 세트를 표시합니다. 이는 제품 형식별로 추가 필터링할 수 있습니다. 이는 게임 내에서 사용 가능한 제품을 열거하고 표시하는 방법의 대안입니다.

<Note>참고: 이 API는 웹 브라우저에서 스토어를 열며, 게임이 콘솔, PC용 XBOX 앱 또는 게임 스트리밍 스토어프론트에 나타나는 경우 XStoreShowProductPageUI 또는 XStoreShowPurchaseUI를 사용하는 것이 좋습니다.</Note>

<img src="https://mintcdn.com/microsoft-4404708b/-_0FrcE2bDxzGxv-/images/gdk/reference/addonsforthisgame-small.png?fit=max&auto=format&n=-_0FrcE2bDxzGxv-&q=85&s=2d03bf5581fce6d5486ef468e2821bf6" alt="이 게임의 추가 기능" width="600" height="332" data-path="images/gdk/reference/addonsforthisgame-small.png" />

## 구문

```cpp theme={null}
HRESULT XStoreShowAssociatedProductsUIAsync(  
         const XStoreContextHandle storeContextHandle,  
         const char* storeId,  
         XStoreProductKind productKinds,  
         XAsyncBlock* async  
)  
```

### 매개 변수

*storeContextHandle*   \_In\_\
형식: XStoreContextHandle

[XStoreCreateContext](/reference/system/xstore/functions/xstorecreatecontext)에서 반환된 사용자의 스토어 컨텍스트 핸들입니다.

*storeId*   \_In\_z\_\
형식: char\*

제품의 ID입니다.

*productKinds*   \_In\_\
형식: XStoreProductKind

표시할 제품 종류를 나타내는 열거형입니다.

*async*   \_Inout\_\
형식: XAsyncBlock\*

수행 중인 비동기 작업을 정의하는 [XAsyncBlock](/reference/system/xasync/structs/xasyncblock)입니다. [XAsyncBlock](/reference/system/xasync/structs/xasyncblock)을 사용하여 호출 상태를 폴링하고 호출 결과를 검색할 수 있습니다. 자세한 내용은 [XAsyncBlock](/reference/system/xasync/structs/xasyncblock)을 참조하세요.

### 반환 값

형식: HRESULT

HRESULT 성공 또는 오류 코드입니다.

## 요구 사항

**헤더:** XStore.h

**라이브러리:** \*\*\*\*.lib
**지원 플랫폼**: Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 개념 설명서

* [게임에서 인게임 구매 구현](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/pc-dev/tutorials/pc-e2e-guide/e2e-services/e2e-in-game-purchases)
* [기본 스토어 작업](https://learn.microsoft.com/gaming/gdk/docs/store/commerce/fundamentals/xstore-basic-store-operations)

## 참고 항목

[XStore](/reference/system/xstore/xstore_members)


## Related topics

- [XStoreShowAssociatedProductsUIResult](/ko/reference/system/xstore/functions/xstoreshowassociatedproductsuiresult.md)
- [기본 스토어 작업](/ko/publishing/xstore-commerce/xstore-basic-operations.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [GDK용 Unity C# API 래퍼](/ko/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [XStoreShowProductPageUIAsync](/ko/reference/system/xstore/functions/xstoreshowproductpageuiasync.md)
