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

# PFInventoryRedeemMicrosoftStoreInventoryItemsGetResult

> PFInventoryRedeemMicrosoftStoreInventoryItemsAsync 呼び出しが成功した場合の結果を取得します。

PFInventoryRedeemMicrosoftStoreInventoryItemsAsync 呼び出しが成功した場合の結果を取得します。

## 構文

```cpp theme={null}
HRESULT PFInventoryRedeemMicrosoftStoreInventoryItemsGetResult(  
    XAsyncBlock* async,  
    size_t bufferSize,  
    void* buffer,  
    PFInventoryRedeemMicrosoftStoreInventoryItemsResponse** result,  
    size_t* bufferUsed  
)  
```

### パラメーター

**`async`**   XAsyncBlock\*<br />*Inout*

非同期操作用の XAsyncBlock。

**`bufferSize`**   size\_t

結果オブジェクト用のバッファーのサイズ。

**`buffer`**   void\*<br />\**Out\_writes\_bytes\_to*(bufferSize,*bufferUsed)*

結果値とそのフィールドに使用されるバイト バッファー。

**`result`**   [PFInventoryRedeemMicrosoftStoreInventoryItemsResponse\*\*](/services/playfab/api-references/c/pfinventorytypes/structs/pfinventoryredeemmicrosoftstoreinventoryitemsresponse)<br />*library-allocated output*

結果オブジェクトへのポインター。

**`bufferUsed`**   size\_t\*<br />*optional output*

指定されたバッファーで使用されたバイト数。

### 戻り値

型: HRESULT

この API 操作の結果コード。サービス呼び出しが失敗した場合、結果は E\_PF\_ACCOUNT\_NOT\_LINKED、E\_PF\_INVALID\_CATALOG\_ITEM\_CONFIGURATION、E\_PF\_INVALID\_XBOX\_LIVE\_TOKEN、E\_PF\_XBOX\_INACCESSIBLE、E\_PF\_XBOX\_XASS\_EXCHANGE\_FAILURE またはグローバルな PlayFab サービス エラーのいずれかになります。エラー処理の詳細については、ドキュメント ページ「Handling PlayFab Errors」を参照してください。

## 解説

result は buffer 内のポインターであり、個別に解放する必要はありません。

## 要件

**ヘッダー:** PFInventory.h

## 関連項目

[PFInventory のメンバー](/services/playfab/api-references/c/pfinventory/pfinventory_members)


## Related topics

- [PFInventoryRedeemMicrosoftStoreInventoryItemsAsync](/ja-jp/services/playfab/api-references/c/pfinventory/functions/pfinventoryredeemmicrosoftstoreinventoryitemsasync.md)
- [Services C API overview - PFInventory.h](/ja-jp/services/playfab/api-references/c/pfinventory/pfinventory_members.md)
- [PFInventoryRedeemMicrosoftStoreInventoryItemsGetResultSize](/ja-jp/services/playfab/api-references/c/pfinventory/functions/pfinventoryredeemmicrosoftstoreinventoryitemsgetresultsize.md)
- [PFInventoryRedeemMicrosoftStoreInventoryItemsResponse](/ja-jp/services/playfab/api-references/c/pfinventorytypes/structs/pfinventoryredeemmicrosoftstoreinventoryitemsresponse.md)
- [PFInventoryRedeemMicrosoftStoreInventoryItemsRequest](/ja-jp/services/playfab/api-references/c/pfinventorytypes/structs/pfinventoryredeemmicrosoftstoreinventoryitemsrequest.md)
