Specifies the behavior when opening a file.
typedef enum __MIDL___MIDL_itf_mfobjects_0000_0017_0003
{
MF_FILEFLAGS_NONE = 0,
MF_FILEFLAGS_NOBUFFERING = 0x1,
MF_FILEFLAGS_ALLOW_WRITE_SHARING = 0x2
} MF_FILE_FLAGS;
| Constant | Description |
|---|---|
| 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. |
Header: Declared in mfobjects.h.