Describe the attributes of the document.
typedef DWORD TEXT_DOC_ATTR;
Constant | Value | Description |
---|---|---|
TEXT_DOC_ATTR_READONLY | 0x00000001 | The document is read-only. |
TEXT_DOC_ATTR_TYPE_PRIMARY | 0x00000002 | The document is the primary file of this document tree. |
TEXT_DOC_ATTR_TYPE_WORKER | 0x00000004 | The document is a worker. |
TEXT_DOC_ATTR_TYPE_SCRIPT | 0x00000008 | The document is a script file. |