Describe the attributes of the document.
typedef DWORD TEXT_DOC_ATTR;
TEXT_DOC_ATTR_READONLY
0x00000001
The document is read-only.
If a TEXT_DOC_ATTR value does not have the TEXT_DOC_ATTR_READONLY flag set, the document is writable.