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.
The DocumentMode enumeration is used by the Document.Mode property and specifies how the document is opened. This enumeration applies to the MMC 2.0 Automation Object Model.
Syntax
typedef enum DocumentMode {
DocumentMode_Author = 0,
DocumentMode_User,
DocumentMode_User_MDI,
DocumentMode_User_SDI
} _DocumentMode, DOCUMENTMODE, *PDOCUMENTMODE;
Constants
DocumentMode_AuthorValue: 0 The document is opened in Author Mode. |
DocumentMode_UserThe document is opened in Full-Access User Mode. |
DocumentMode_User_MDIThe document is opened in Limited-Access User Mode with multiple windows. |
DocumentMode_User_SDIThe document is opened in Limited-Access User Mode with a single window. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | mmcobj.h |