XGameSaveDeleteContainerResult

Retrieves the result of a XGameSaveDeleteContainerAsync call, use this function to check the success of the call.

Syntax

HRESULT XGameSaveDeleteContainerResult(  
         XAsyncBlock* async  
)  

Parameters

async   _In_
Type: 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. This function will retrieve the result for the 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
XGameSaveDeleteContainerAsync
Game save errors