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 7 - Classes and Methods / CyberItem


GetFlags

Retrieves flags for this Cyberdog item.

long GetFlags ();
return value
A set of flags, expressed as a 32-bit integer.
DISCUSSION
This method should return a set of flags giving information about a Cyberdog item. For Cyberdog version 1.0, two flags are defined: kCDFlagDontLog and kCDFlagDontEmbed. The superclass implementation returns 0.

SEE ALSO
The kCDFlagDontEmbed constant (page 174).
The kCDFlagDontLog constant (page 174).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996