MF_FILE_FLAGS Enumeration

Specifies the behavior when opening a file.

Syntax

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;  

Constants

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.

Requirements

Header: Declared in mfobjects.h.