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

# PFGameSaveFilesSetSaveDescriptionResult

> Retrieves the result of a call to PFGameSaveFilesSetSaveDescriptionAsync.

Retrieves the result of a call to PFGameSaveFilesSetSaveDescriptionAsync.

## Syntax

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

### Parameters

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

The XAsyncBlock that we pass to PFGameSaveFilesSetSaveDescriptionAsync.

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