XGameSaveDeleteContainerResult
Retrieves the result of a XGameSaveDeleteContainerAsync call, use this function to check the success of the call.Syntax
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 resultRemarks
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 consolesSee also
XGameSaveXGameSaveDeleteContainerAsync
Debugging Game Saves
