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

# PFInventoryGetMicrosoftStoreAccessTokensGetResultSize

> 获取存储 GetMicrosoftStoreAccessTokens 调用结果所需的字节大小。

获取存储 GetMicrosoftStoreAccessTokens 调用结果所需的字节大小。

## 语法

```cpp theme={null}
HRESULT PFInventoryGetMicrosoftStoreAccessTokensGetResultSize(  
    XAsyncBlock* async,  
    size_t* bufferSize  
)  
```

### 参数

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

用于异步操作的 XAsyncBlock。

**`bufferSize`**   size\_t\*<br />*输出*

结果所需的缓冲区大小（字节）。

### 返回值

类型：HRESULT

此 API 操作的结果代码。如果服务调用不成功，结果将是 E\_PF\_NOT\_IMPLEMENTED 或任何全局 PlayFab 服务错误。有关错误处理的更多详细信息，请参阅文档页"处理 PlayFab 错误"。

## 要求

**头文件：** PFInventory.h

## 另请参阅

[PFInventory 成员](/services/playfab/api-references/c/pfinventory/pfinventory_members)


## Related topics

- [PFInventoryGetMicrosoftStoreAccessTokensAsync](/zh-CN/services/playfab/api-references/c/pfinventory/functions/pfinventorygetmicrosoftstoreaccesstokensasync.md)
- [服务 C API 概览 - PFInventory.h](/zh-CN/services/playfab/api-references/c/pfinventory/pfinventory_members.md)
- [PFInventoryGetMicrosoftStoreAccessTokensGetResult](/zh-CN/services/playfab/api-references/c/pfinventory/functions/pfinventorygetmicrosoftstoreaccesstokensgetresult.md)
- [PFInventoryGetMicrosoftStoreAccessTokensResponse](/zh-CN/services/playfab/api-references/c/pfinventorytypes/structs/pfinventorygetmicrosoftstoreaccesstokensresponse.md)
- [PFInventoryGetMicrosoftStoreAccessTokensRequest](/zh-CN/services/playfab/api-references/c/pfinventorytypes/structs/pfinventorygetmicrosoftstoreaccesstokensrequest.md)
