XGameSaveFilesGetRemainingQuota
Returns the amount of data available to store save data using the XGameSaveFiles API.
Syntax
HRESULT XGameSaveFilesGetRemainingQuota(
XUserHandle userContext,
const char * configurationId,
int64_t * remainingQuota
)
Parameters
userContext
Type: In XUserHandle
Handle to an Xbox Live User.
configurationId
Type: In_z const char *
Service configuration ID (SCID).
remainingQuota
Type: Out int64_t *
Amount of data available to be used as game save storage.
Return value
Type: HRESULT
Function result.
Requirements
Header: XGameSaveFiles.h
See also
XGameSaveFiles members
Win32 file IO with Game Saves (XGameSaveFiles)