Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 6 - Types, Constants, and Global Functions / Types and Constants
Cyberdog Items


Flags

The following constants represent flags that describe properties of a Cyberdog item. A Cyberdog item's flags are retrieved by calling the CyberItem::GetFlags method (page 235). Each flag has a corresponding mask that can be used to isolate the flag from the value returned by GetFlags.

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.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996