Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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) |