ReactOS 0.4.15-dev-7924-g5949c20
CLOSE_CONTEXT Struct Reference

#include <fatstruc.h>

Collaboration diagram for CLOSE_CONTEXT:

Public Attributes

LIST_ENTRY GlobalLinks
 
LIST_ENTRY VcbLinks
 
PVCB Vcb
 
PFCB Fcb
 
enum _TYPE_OF_OPEN TypeOfOpen
 
BOOLEAN Free
 

Detailed Description

Definition at line 196 of file fatstruc.h.

Member Data Documentation

◆ Fcb

PFCB CLOSE_CONTEXT::Fcb

Definition at line 207 of file fatstruc.h.

◆ Free

BOOLEAN CLOSE_CONTEXT::Free

Definition at line 209 of file fatstruc.h.

◆ GlobalLinks

LIST_ENTRY CLOSE_CONTEXT::GlobalLinks

Definition at line 203 of file fatstruc.h.

◆ TypeOfOpen

enum _TYPE_OF_OPEN CLOSE_CONTEXT::TypeOfOpen

Definition at line 208 of file fatstruc.h.

◆ Vcb

PVCB CLOSE_CONTEXT::Vcb

Definition at line 206 of file fatstruc.h.

◆ VcbLinks

LIST_ENTRY CLOSE_CONTEXT::VcbLinks

Definition at line 204 of file fatstruc.h.


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