Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describe the attributes of the document.
Syntax
typedef DWORD TEXT_DOC_ATTR;
Constants
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. |
See also
Active Script Debugger Constants, Enumerations, and Structures