Important: The information in this document is obsolete and should not be used for new development.
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
andkCDFlagDontEmbed
. The superclass implementation returns 0.SEE ALSO
ThekCDFlagDontEmbed
constant (page 174).
ThekCDFlagDontLog
constant (page 174).