|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fatstruc.h>

Public Attributes | |
| LIST_ENTRY | GlobalLinks |
| LIST_ENTRY | VcbLinks |
| PVCB | Vcb |
| PFCB | Fcb |
| enum _TYPE_OF_OPEN | TypeOfOpen |
| BOOLEAN | Free |
Definition at line 196 of file fatstruc.h.
| PFCB CLOSE_CONTEXT::Fcb |
Definition at line 207 of file fatstruc.h.
| BOOLEAN CLOSE_CONTEXT::Free |
Definition at line 209 of file fatstruc.h.
| LIST_ENTRY CLOSE_CONTEXT::GlobalLinks |
Definition at line 203 of file fatstruc.h.
| enum _TYPE_OF_OPEN CLOSE_CONTEXT::TypeOfOpen |
Definition at line 208 of file fatstruc.h.
| PVCB CLOSE_CONTEXT::Vcb |
Definition at line 206 of file fatstruc.h.
| LIST_ENTRY CLOSE_CONTEXT::VcbLinks |
Definition at line 204 of file fatstruc.h.