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

# PFGameSaveFilesSetUiConflictResponse

> Sets the user response for the PFGameSaveFilesUiConflictCallback. This can be called inside or outside of the callback. The state machine won't progress until the the user chooses a response, or the async API is canceled.

Sets the user response for the PFGameSaveFilesUiConflictCallback. This can be called inside or outside of the callback. The state machine won't progress until the the user chooses a response, or the async API is canceled.

## Syntax

```cpp theme={null}
HRESULT PFGameSaveFilesSetUiConflictResponse(  
    PFLocalUserHandle localUserHandle,  
    PFGameSaveFilesUiConflictUserAction action  
)  
```

### Parameters

**`localUserHandle`**   PFLocalUserHandle

Local user handle.

**`action`**   [PFGameSaveFilesUiConflictUserAction](/services/playfab/api-references/c/pfgamesavefilesui/enums/pfgamesavefilesuiconflictuseraction)

The user action.

### Return value

Type: HRESULT

TBD

## Requirements

**Header:** PFGameSaveFilesUi.h

## See also

[PFGameSaveFilesUi members](/services/playfab/api-references/c/pfgamesavefilesui/pfgamesavefilesui_members)
