XGameSaveCloseUpdate
Closes an XGameSaveUpdate.
void XGameSaveCloseUpdate(
XGameSaveUpdateHandle context
)
context _In_
Type: XGameSaveUpdateHandle
Handle to the XGameSaveUpdate to be closed.
Type: void
Function result.
Note
This function isn't safe to call on a time-sensitive thread. For more information, see Time-sensitive threads.
Call this function when you have finished using an XGameSaveUpdateHandle. If you do not close the context handle for a game save update you will cause a memory leak. Every call made to XGameSaveCreateUpdate should have a matching call to XGameSaveCloseUpdate.
Header: XGameSave.h
Library: xgameruntime.lib
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles