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

# PFGameSaveFilesSetUiOutOfStorageResponse

> Sets the user response for the PFGameSaveFilesUiOutOfStorageCallback. 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 PFGameSaveFilesUiOutOfStorageCallback. 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 PFGameSaveFilesSetUiOutOfStorageResponse(  
    PFLocalUserHandle localUserHandle,  
    PFGameSaveFilesUiOutOfStorageUserAction action  
)  
```

### Parameters

**`localUserHandle`**   PFLocalUserHandle

Local user handle.

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

The user action.

### Return value

Type: HRESULT

TBD

## Requirements

**Header:** PFGameSaveFilesUi.h

## See also

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