THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Use this function to get the size of the data stream in an SDL_RWops.
Sint64 SDL_RWsize(SDL_RWops *context);
context | the SDL_RWops to get the size of the data stream from |
Returns the size of the data stream in the SDL_RWops on success or a negative error code on failure; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.
CategoryAPI, CategoryIO, CategoryDraft