MF_FILE_FLAGS enumeration
Specifies the behavior when opening a file.
Syntax
typedef enum { MF_FILEFLAGS_NONE = 0x00000000, MF_FILEFLAGS_NOBUFFERING = 0x00000001, MF_FILEFLAGS_ALLOW_WRITE_SHARING = 0x00000002 } MF_FILE_FLAGS;
Constants
- MF_FILEFLAGS_NONE
-
Use the default behavior.
- MF_FILEFLAGS_NOBUFFERING
-
Open the file with no system caching.
- MF_FILEFLAGS_ALLOW_WRITE_SHARING
-
Subsequent open operations can have write access to the file.
Note Requires Windows 7 or later.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: