Possible results from an enumeration callback.
Defined in <SDL3/SDL_filesystem.h>
typedef enum SDL_EnumerationResult
{/**< Value that requests that enumeration continue. */
SDL_ENUM_CONTINUE, /**< Value that requests that enumeration stop, successfully. */
SDL_ENUM_SUCCESS, /**< Value that requests that enumeration stop, as a failure. */
SDL_ENUM_FAILURE } SDL_EnumerationResult;
This enum is available since SDL 3.1.3.