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

# PFStatisticsDeleteStatisticsGetResult

> Obtiene el resultado de una llamada correcta a PFStatisticsDeleteStatisticsAsync.

Obtiene el resultado de una llamada correcta a PFStatisticsDeleteStatisticsAsync.

## Sintaxis

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

### Parámetros

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

XAsyncBlock para la operación asincrónica.

**`bufferSize`**   size\_t

Tamaño del búfer para el objeto de resultado.

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

Búfer de bytes usado para el valor del resultado y sus campos.

**`result`**   [PFStatisticsDeleteStatisticsResponse\*\*](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticsresponse)<br />*library-allocated output*

Puntero al objeto de resultado.

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

Número de bytes del búfer proporcionado que se usaron.

### Valor devuelto

Tipo: HRESULT

Código de resultado de esta operación de API. Si la llamada al servicio no se realiza correctamente, el resultado será E\_PF\_API\_NOT\_ENABLED\_FOR\_GAME\_CLIENT\_ACCESS o cualquiera de los errores globales de PlayFab Service. Consulte la página de documentación "Handling PlayFab Errors" para obtener más detalles sobre el control de errores.

## Comentarios

result es un puntero dentro de buffer y no es necesario liberarlo por separado.

## Requisitos

**Encabezado:** PFStatistics.h

## Consulte también

[Miembros de PFStatistics](/services/playfab/api-references/c/pfstatistics/pfstatistics_members)


## Related topics

- [PFStatisticsDeleteStatisticsAsync](/es/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticsasync.md)
- [Información general de la API de C de Services - PFStatistics.h](/es/services/playfab/api-references/c/pfstatistics/pfstatistics_members.md)
- [PFStatisticsDeleteStatisticsGetResultSize](/es/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsdeletestatisticsgetresultsize.md)
- [PFStatisticsGetStatisticsGetResult](/es/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsgetresult.md)
- [PFStatisticsUpdateStatisticsGetResult](/es/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsupdatestatisticsgetresult.md)
