Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MF_FILE_ACCESSMODE enumeration (mfobjects.h)
Specifies the requested access mode for opening a file.
Syntax
typedef enum __MIDL___MIDL_itf_mfobjects_0000_0018_0001 {
MF_ACCESSMODE_READ = 1,
MF_ACCESSMODE_WRITE = 2,
MF_ACCESSMODE_READWRITE = 3
} MF_FILE_ACCESSMODE;
Constants
MF_ACCESSMODE_READValue: 1 Read mode. |
MF_ACCESSMODE_WRITEValue: 2 Write mode. |
MF_ACCESSMODE_READWRITEValue: 3 Read and write mode. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | mfobjects.h (include Mfidl.h) |
See also
Feedback
Was this page helpful?
