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

# PFGameSaveFilesUninitializeAsync

> Cleanup PlayFab Game Save library instance.

Cleanup PlayFab Game Save library instance.

## Syntax

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

### Parameters

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

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

### Return value

Type: HRESULT

Result code for this API operation.

## Remarks

To retrieve the result of a call to PFGameSaveFilesUninitializeAsync, call PFGameSaveFilesUninitializeResult. This will internally call PFUninitializeAsync() if PFGameSaveInitialize() needed to call PFInitialize() internally.

## Requirements

**Header:** PFGameSaveFiles.h

## See also

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