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

# PFGameSaveFilesUninitializeResult

> Retrieves the result of a call to PFGameSaveFilesUninitializeAsync.

Retrieves the result of a call to PFGameSaveFilesUninitializeAsync.

## Syntax

```cpp theme={null}
HRESULT PFGameSaveFilesUninitializeResult(  
    XAsyncBlock* async  
)  
```

### Parameters

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

The XAsyncBlock that we pass to PFGameSaveFilesUninitializeAsync.

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