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

# XStoreShowRateAndReviewUIResult

> XStoreShowRateAndReviewUIResult

# XStoreShowRateAndReviewUIResult

[XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) の呼び出し結果を取得します。

## Syntax

```cpp theme={null}
HRESULT XStoreShowRateAndReviewUIResult(  
         XAsyncBlock* async,  
         XStoreRateAndReviewResult* result  
)  
```

### Parameters

*async*   \_Inout\_\
型: [XAsyncBlock\*](/reference/system/xasync/structs/xasyncblock)

[XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) に渡された XAsyncBlock。[XAsyncBlock](/reference/system/xasync/structs/xasyncblock) を使用して呼び出しの状態をポーリングしたり、呼び出し結果を取得したりできます。詳細については、[XAsyncBlock](/reference/system/xasync/structs/xasyncblock) を参照してください。

*result*   \_Out\_\
型: [XStoreRateAndReviewResult\*](/reference/system/xstore/structs/xstorerateandreviewresult)

成功時には [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) の呼び出し結果が格納されます。

### Return value

型: HRESULT

HRESULT の成功またはエラー コード。

## Remarks

この結果関数を使用して [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) の実行結果を取得できます。そのため、この関数は [XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) の呼び出し後、通常はコールバック関数のコンテキストで呼び出す必要があります。この関数は特に、失敗した場合に UI が表示されなかった理由を調べる際に役立ちます。

使用例については、[XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync) を参照してください。

## Requirements

**ヘッダー:** XStore.h (XGameRuntime.h に含まれる)

**ライブラリ:** xgameruntime.lib

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体および XBOX Series 本体

## See also

[XStore](/reference/system/xstore/xstore_members)\
[XStoreShowRateAndReviewUIAsync](/reference/system/xstore/functions/xstoreshowrateandreviewuiasync)


## Related topics

- [XStoreRateAndReviewResult](/ja-jp/reference/system/xstore/structs/xstorerateandreviewresult.md)
- [XStoreShowRateAndReviewUIAsync](/ja-jp/reference/system/xstore/functions/xstoreshowrateandreviewuiasync.md)
- [XStore](/ja-jp/reference/system/xstore/xstore_members.md)
- [GDK 向け Unity C# API ラッパー](/ja-jp/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [XStoreShowGiftingUIResult](/ja-jp/reference/system/xstore/functions/xstoreshowgiftinguiresult.md)
