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

# XStoreShowProductPageUIResult

> XStoreShowProductPageUIResult

# XStoreShowProductPageUIResult

[XStoreShowProductPageUIAsync](/reference/system/xstore/functions/xstoreshowproductpageuiasync) 호출의 결과를 가져옵니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
HRESULT XStoreShowProductPageUIResult(
         XAsyncBlock* async
)
```

<a id="parametersSection" />

### 매개 변수

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

호출이 완료될 때 제품 페이지 UI 결과를 포함하는 [XAsyncBlock](/reference/system/xasync/structs/xasyncblock) 객체입니다.

<a id="retvalSection" />

### 반환 값

형식: HRESULT

성공 시 **S\_OK**를 반환하고, 그렇지 않으면 오류 코드를 반환합니다.

<a id="remarksSection" />

## 설명

[XAsyncBlock](/reference/system/xasync/structs/xasyncblock) 객체를 사용하여 함수 호출 상태를 폴링하고 결과를 검색할 수 있습니다.

`XStoreDownloadAndInstallPackagesAsync` 호출의 결과를 얻으려면 [XStoreDownloadAndInstallPackagesResult](/reference/system/xstore/functions/xstoredownloadandinstallpackagesresult)를 호출합니다.

`XStoreDownloadAndInstallPackagesResult`에서 반환되는 결과의 항목 수를 얻으려면 [XStoreDownloadAndInstallPackagesResultCount](/reference/system/xstore/functions/xstoredownloadandinstallpackagesresultcount)를 호출합니다.

<a id="requirementsSection" />

## 요구 사항

**헤더:** XStore.h

**지원 플랫폼**: Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

<a id="seealsoSection" />

## 참고 항목

[XStore](/reference/system/xstore/xstore_members)\
[XAsyncBlock](/reference/system/xasync/structs/xasyncblock)\
[XStoreShowAssociatedProductsUIResult](/reference/system/xstore/functions/xstoreshowassociatedproductsuiresult)
