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

# XGameSaveDeleteContainerResult

> XGameSaveDeleteContainerResult

# XGameSaveDeleteContainerResult

Retrieves the result of a [XGameSaveDeleteContainerAsync](/reference/system/xgamesave/functions/xgamesavedeletecontainerasync) call, use this function to check the success of the call.

## Syntax

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

### Parameters

*async*   \_In\_\
Type: [XAsyncBlock\*](/reference/system/xasync/structs/xasyncblock)

AsyncBlock containing the context and callback function to be run after **XGameSaveDeleteContainerResult** completes its task.

### Return value

Type: HRESULT

Function result

## Remarks

This function is called as a part of the asynchronous function [XGameSaveDeleteContainerAsync](/reference/system/xgamesave/functions/xgamesavedeletecontainerasync). This function will retrieve the result for the [XGameSaveDeleteContainerAsync](/reference/system/xgamesave/functions/xgamesavedeletecontainerasync) method which will inform to title on the success or failure of the method. Result methods are commonly written in line with the asynchronous call which will call them later, but can also be written as separate functions.

## Requirements

**Header:** XGameSave.h

**Library:** xgameruntime.lib

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## See also

[XGameSave](/reference/system/xgamesave/xgamesave_members)\
[XGameSaveDeleteContainerAsync](/reference/system/xgamesave/functions/xgamesavedeletecontainerasync)\
[Debugging Game Saves](/build/core-features/common/game-save/game-saves-debugging)


## Related topics

- [XGameSaveDeleteContainerAsync](/reference/system/xgamesave/functions/xgamesavedeletecontainerasync.md)
- [XGameSave](/reference/system/xgamesave/xgamesave_members.md)
- [Unity C# API wrappers for the GDK](/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [XGameSaveDeleteContainer](/reference/system/xgamesave/functions/xgamesavedeletecontainer.md)
- [Game Saves debugging](/build/core-features/common/game-save/game-saves-debugging.md)
