XGameSaveSubmitUpdate
Submit an update to the XGameSave service. Updates blobs within a container.Syntax
Parameters
updateContext _In_Type: XGameSaveUpdateHandle A handle to the XGameSaveUpdate to be updated.
Return value
Type: HRESULT Function result. Common Errors- E_GS_INVALID_CONTAINER_NAME
- E_GS_OUT_OF_LOCAL_STORAGE
- E_GS_UPDATE_TOO_BIG
- E_GS_QUOTA_EXCEEDED
- E_GS_CONTAINER_NOT_IN_SYNC
- E_GS_CONTAINER_SYNC_FAILED
- E_GS_HANDLE_EXPIRED
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
XGameSaveXGameSaveCreateUpdate
XGameSaveSubmitBlobWrite
XGameSaveSubmitBlobDelete
XGameSaveCloseUpdate Debugging Game Saves
