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

# PFGameSaveFilesResetCloudAsync

> This resets the cloud game save state for this user. Normally this does not need to be called but might be useful during development or testing. This does not delete or alter the local game save.

This resets the cloud game save state for this user. Normally this does not need to be called but might be useful during development or testing. This does not delete or alter the local game save.

## Syntax

```cpp theme={null}
HRESULT PFGameSaveFilesResetCloudAsync(  
    PFLocalUserHandle localUserHandle,  
    XAsyncBlock* async  
)  
```

### Parameters

**`localUserHandle`**   PFLocalUserHandle

Local user to operate on.

**`async`**   XAsyncBlock\*

An XAsyncBlock for polling the call's status and retrieving the call results.

### Return value

Type: HRESULT

Result code for this API operation.

## Requirements

**Header:** PFGameSaveFiles.h

## See also

[PFGameSaveFiles members](/services/playfab/api-references/c/pfgamesavefiles/pfgamesavefiles_members)
