ReactOS 0.4.15-dev-7788-g1ad9096
_VFAT_CLOSE_CONTEXT Struct Reference

#include <vfat.h>

Collaboration diagram for _VFAT_CLOSE_CONTEXT:

Public Attributes

PDEVICE_EXTENSION Vcb
 
PVFATFCB Fcb
 
LIST_ENTRY CloseListEntry
 

Detailed Description

Definition at line 616 of file vfat.h.

Member Data Documentation

◆ CloseListEntry

LIST_ENTRY _VFAT_CLOSE_CONTEXT::CloseListEntry

Definition at line 620 of file vfat.h.

Referenced by VfatCloseWorker(), VfatOpenFile(), and VfatPostCloseFile().

◆ Fcb

PVFATFCB _VFAT_CLOSE_CONTEXT::Fcb

Definition at line 619 of file vfat.h.

Referenced by VfatCloseWorker(), and VfatPostCloseFile().

◆ Vcb

PDEVICE_EXTENSION _VFAT_CLOSE_CONTEXT::Vcb

Definition at line 618 of file vfat.h.

Referenced by VfatCloseWorker(), and VfatPostCloseFile().


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