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

# PFAccountManagementServerGetPlayFabIDsFromTwitchIDsGetResultSize

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

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

## 语法

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

### 参数

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

用于异步操作的 XAsyncBlock。

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

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

### 返回值

类型：HRESULT

此 API 操作的结果代码。如果服务调用不成功，结果将是全局 PlayFab 服务错误之一。有关错误处理的更多详细信息，请参阅文档页“处理 PlayFab 错误”。

## 要求

**头文件：** PFAccountManagement.h

## 另请参阅

[PFAccountManagement 成员](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)


## Related topics

- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsasync.md)
- [服务 C API 概览 - PFAccountManagement.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members.md)
- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsGetResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsgetresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsGetResultSize](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsgetresultsize.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsasync.md)
