XGameSaveGetRemainingQuota
Returns the amount of data available to store using the XGameSave api.Syntax
Parameters
provider _In_Type: XGameSaveProviderHandle Handle to the XGameSaveProvider to query remaining data for. remainingQuota _Out_
Type: int64_t* Amount of data available to be used as storage.
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
XGameSaveXGameSaveSubmitUpdate
Debugging Game Saves
