SDL_GetStorageSpaceRemaining - Man Page

Queries the remaining space in a storage container.

Header File

Defined in SDL3/SDL_storage.h

Synopsis

#include "SDL3/SDL.h"

Uint64 SDL_GetStorageSpaceRemaining(SDL_Storage *storage);

Function Parameters

storage

a storage container to query.

Return Value

( Uint64 ) Returns the amount of remaining space, in bytes.

Availability

This function is available since SDL 3.2.0.

See Also

·(3), SDL_StorageReady(3), ·(3), SDL_WriteStorageFile(3)

Referenced By

SDL_OpenFileStorage(3), SDL_OpenStorage(3), SDL_OpenUserStorage(3), SDL_WriteStorageFile(3).

SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS