Important: The information in this document is obsolete and should not be used for new development.
Flags
The following constants represent flags that describe properties of a Cyberdog item. A Cyberdog item's flags are retrieved by calling theCyberItem::GetFlags
method (page 235). Each flag has a corresponding mask that can be used to isolate the flag from the value returned byGetFlags
.
kCDFlagDontEmbed
- Indicates that a display part that displays content referenced by the Cyberdog item should not be embedded in a document.
kCDFlagDontEmbedMask
- Mask used to isolate the
kCDFlagDontEmbed
flag.kCDFlagDontLog
- Indicates that the Cyberdog item should not be added to the log.
kCDFlagDontLogMask
- Mask used to isolate the
kCDFlagDontLog
flag.