_VSRDTFLAGSUPPER Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags that describe the state of a document in the Running Document Table.
public enum _VSRDTFLAGSUPPER
type _VSRDTFLAGSUPPER =
Public Enum _VSRDTFLAGSUPPER
- Inheritance
-
_VSRDTFLAGSUPPER
Fields
Name | Value | Description |
---|---|---|
RDT_InitializationFailed | 1 | Indicates that a document failed to initialize. |
Remarks
These flags are an extension of the flags from the VSRDTFLAGS
enumeration. The flag values from VSRDTFLAGSUPPER
may have the same values as the flags from VSRDTFLAGS
. These flags from both enumerations should not be directly combined in the same 32-bit integer.