FX_HIDDEN is only used within filex.
 
Symbols
loading...
Files
loading...

FX_HIDDEN macro

Syntax

#define FX_HIDDEN 0x02

References

LocationText
fx_api.h:464
#define FX_HIDDEN 0x02
fx_api.h:469
#define FX_LONG_NAME (FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_VOLUME)
fx_directory_create.c:441
dir_entry.fx_dir_entry_attributes |= FX_HIDDEN;
fx_directory_rename.c:441
new_dir_entry.fx_dir_entry_attributes |= FX_HIDDEN;
fx_file_create.c:300
dir_entry.fx_dir_entry_attributes |= FX_HIDDEN;
fx_file_rename.c:459
new_dir_entry.fx_dir_entry_attributes |= FX_HIDDEN;
fxe_directory_attributes_set.c:90
fxe_file_attributes_set.c:89
if ((INT)attributes & ~(FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_ARCHIVE))