SDL_GetStorageSpaceRemaining - Queries the remaining space in a storage container.
Contents
Availability
This function is available since SDL 3.2.0.
Function Parameters
storage
a storage container to query.
Header File
Defined in SDL3/SDL_storage.h
Name
SDL_GetStorageSpaceRemaining - Queries the remaining space in a storage container.
Return Value
( Uint64 ) Returns the amount of remaining space, in bytes.
See Also
•(3), SDL_StorageReady(3), •(3), SDL_WriteStorageFile(3) Simple Directmedia Layer SDL 3.2.10 SDL_GetStorageSpaceRemaining(3)
Synopsis
#include"SDL3/SDL.h"Uint64SDL_GetStorageSpaceRemaining(SDL_Storage*storage);
