ALLEGRO_FOR_EACH_FS_ENTRY_RESULT - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> typedef enum ALLEGRO_FOR_EACH_FS_ENTRY_RESULT {
Description
Return values for the callbacks of al_for_each_fs_entry(3) and for that function itself.
- ALLEGRO_FOR_EACH_FS_ENTRY_ERROR - An error ocurred.
- ALLEGRO_FOR_EACH_FS_ENTRY_OK - Continue normally and recurse into directories.
- ALLEGRO_FOR_EACH_FS_ENTRY_SKIP - Continue but do NOT recusively descend.
- ALLEGRO_FOR_EACH_FS_ENTRY_STOP - Stop iterating and return.
See Also
Since
5.1.9
Referenced By
Allegro reference manual