ReactOS 0.4.15-dev-7953-g1f49173
fattr Struct Reference

#include <fatfs.h>

Public Attributes

unsigned readonly: 1
 
unsigned hidden: 1
 
unsigned system: 1
 
unsigned volume: 1
 
unsigned directory: 1
 
unsigned archived: 1
 
unsigned deleted: 1
 

Detailed Description

Definition at line 133 of file fatfs.h.

Member Data Documentation

◆ archived

unsigned fattr::archived

Definition at line 139 of file fatfs.h.

◆ deleted

unsigned fattr::deleted

Definition at line 140 of file fatfs.h.

◆ directory

unsigned fattr::directory

Definition at line 138 of file fatfs.h.

◆ hidden

unsigned fattr::hidden

Definition at line 135 of file fatfs.h.

◆ readonly

unsigned fattr::readonly

Definition at line 134 of file fatfs.h.

◆ system

unsigned fattr::system

Definition at line 136 of file fatfs.h.

◆ volume

unsigned fattr::volume

Definition at line 137 of file fatfs.h.


The documentation for this struct was generated from the following file: