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

# PFStatisticsDeleteStatisticsGetResultSize

> 取得儲存 DeleteStatistics 呼叫結果所需的位元組大小。

取得儲存 DeleteStatistics 呼叫結果所需的位元組大小。

## 語法

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

### 參數

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

用於非同步作業的 XAsyncBlock。

**`bufferSize`**   size\_t\*<br />*output*

結果所需的緩衝區大小（以位元組為單位）。

### 傳回值

類型：HRESULT

此 API 作業的結果代碼。如果服務呼叫失敗，結果將為 E\_PF\_API\_NOT\_ENABLED\_FOR\_GAME\_CLIENT\_ACCESS 或任何全域 PlayFab 服務錯誤。如需錯誤處理的詳細資訊，請參閱文件頁面「Handling PlayFab Errors」。

## 需求

**標頭：** PFStatistics.h

## 另請參閱

[PFStatistics 成員](/services/playfab/api-references/c/pfstatistics/pfstatistics_members)


## Related topics

- [PFStatisticsDeleteStatisticsAsync](/zh-TW/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticsasync.md)
- [服務 C API 概觀 - PFStatistics.h](/zh-TW/services/playfab/api-references/c/pfstatistics/pfstatistics_members.md)
- [PFStatisticsDeleteStatisticsGetResult](/zh-TW/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticsgetresult.md)
- [PFStatisticsGetStatisticsGetResultSize](/zh-TW/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsgetresultsize.md)
- [PFStatisticsGetStatisticsGetResult](/zh-TW/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsgetresult.md)
