ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <cdstruc.h>
Public Attributes | |
struct _FCB * | Fcb |
ULONG | PrefixFlags |
NAME_LINK | ExactCaseName |
NAME_LINK | IgnoreCaseName |
WCHAR | FileNameBuffer [BYTE_COUNT_EMBEDDED_NAME] |
NAME_LINK _PREFIX_ENTRY::ExactCaseName |
Definition at line 293 of file cdstruc.h.
Referenced by _Requires_lock_held_(), CdDeleteFcb(), CdInsertPrefix(), CdRemovePrefix(), and CdVerifyOrCreateDirStreamFile().
Definition at line 281 of file cdstruc.h.
Referenced by _Requires_lock_held_(), and CdInsertPrefix().
WCHAR _PREFIX_ENTRY::FileNameBuffer[BYTE_COUNT_EMBEDDED_NAME] |
Definition at line 301 of file cdstruc.h.
Referenced by CdDeleteFcb(), CdInsertPrefix(), and CdRemovePrefix().
NAME_LINK _PREFIX_ENTRY::IgnoreCaseName |
Definition at line 299 of file cdstruc.h.
Referenced by CdInsertPrefix(), and CdRemovePrefix().
ULONG _PREFIX_ENTRY::PrefixFlags |
Definition at line 287 of file cdstruc.h.
Referenced by CdInsertPrefix(), and CdRemovePrefix().