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 / CyberService


GetPrefsPartKind

Retrieves the part kind of the Preferences panel for this Cyberdog service.

ODType GetPrefsPartKind ();
return value
The part kind of the Preferences panel.
DISCUSSION
This method should return the part kind of this service's associated Preferences panel or kODNULL if this service does not have a Preferences panel. The superclass implementation of this method returns kODNULL.

The string returned by this method is owned by the service object; you should not alter it or dispose of it.

If you subclass CyberService and override this method, your override must not call its inherited method; that is, your override method must implement this method's functionality completely.

SEE ALSO
The GetConnectPartKind method (page 336).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996