Get the properties associated with an SDL_RWops.
SDL_PropertiesID SDL_GetRWProperties(SDL_RWops *context);
context | a pointer to an SDL_RWops structure |
Returns a valid property ID on success or 0 on failure; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.