XGameSaveCreateUpdate
Creates an update which will later be submitted by calling XGameSaveSubmitUpdate.Syntax
Parameters
container _In_Type: XGameSaveContainerHandle Handle to the XGameSaveContainer to be updated. containerDisplayName _In_z_
Type: char* Display name for the container to be updated. updateContext _Outptr_result_nullonfailure_
Type: XGameSaveUpdateHandle* Handle to the XGameSaveUpdate to be created.
Return value
Type: HRESULT Function result.Remarks
This function isn’t safe to call on a time-sensitive thread. For more information, see Time-sensitive threads.
Requirements
Header: XGameSave.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesConceptual documentation
See also
XGameSaveXGameSaveSubmitBlobWrite
XGameSaveSubmitBlobDelete
XGameSaveSubmitUpdate
XGameSaveCloseUpdate Debugging Game Saves
