SDL_GetStorageSpaceRemaining - Man Page
Queries the remaining space in a storage container.
Synopsis
#include <SDL3/SDL_storage.h> Uint64 SDL_GetStorageSpaceRemaining(SDL_Storage *storage);
Function Parameters
- storage
a storage container to query.
Return Value
Returns the amount of remaining space, in bytes.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL_OpenFileStorage(3), SDL_OpenStorage(3), SDL_OpenUserStorage(3), SDL_WriteStorageFile(3).
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS