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

# PFGameSaveFilesSetSaveDescriptionAsync

> Set a short save description of the pending game save. This can be seen in the conflict or active device contention UI

Set a short save description of the pending game save. This can be seen in the conflict or active device contention UI

## Syntax

```cpp theme={null}
HRESULT PFGameSaveFilesSetSaveDescriptionAsync(  
    PFLocalUserHandle localUserHandle,  
    const char* shortSaveDescription,  
    XAsyncBlock* async  
)  
```

### Parameters

**`localUserHandle`**   PFLocalUserHandle

Local user whose game save files and folders to upload.

**`shortSaveDescription`**   char\*

Short save description of the pending game save.

**`async`**   XAsyncBlock\*

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

### Return value

Type: HRESULT

TBD

## Requirements

**Header:** PFGameSaveFiles.h

## See also

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