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_CloseStorage - Closes and frees a storage container.

Availability

       This function is available since SDL 3.2.0.

Function Parameters

storage
              a storage container to close.

Name

       SDL_CloseStorage - Closes and frees a storage container.

Return Value

       for  more information. Even if the function returns an error, the container data will be freed; the error
       is only for informational purposes.

See Also

SDL_OpenFileStorage(3), SDL_OpenStorage(3), SDL_OpenTitleStorage(3), SDL_OpenUserStorage(3)

Simple Directmedia Layer                           SDL 3.2.20                                SDL_CloseStorage(3)

Synopsis

#include<SDL3/SDL_storage.h>boolSDL_CloseStorage(SDL_Storage*storage);

See Also