SDL_CloseStorage - Closes and frees a storage container.
Contents
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);
