logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_GetStorageSpaceRemaining - Queries the remaining space in a storage container.

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);

See Also