| SDL_CloseStorage(3) | SDL3 FUNCTIONS | SDL_CloseStorage(3) |
SDL_CloseStorage - Closes and frees a storage container.
Defined in SDL3/SDL_storage.h
#include "SDL3/SDL.h"
bool SDL_CloseStorage(SDL_Storage *storage);
Returns true if the container was freed with no errors, false otherwise; call SDL_GetError () for more information. Even if the function returns an error, the container data will be freed; the error is only for informational purposes.
This function is available since SDL 3.2.0.
•(3), SDL_OpenFileStorage(3), •(3), SDL_OpenStorage(3), •(3), SDL_OpenTitleStorage(3), •(3), SDL_OpenUserStorage(3)
| SDL 3.2.10 | Simple Directmedia Layer |