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


GetName

Retrieves the name of this Cyberdog service.

void GetName (in Str255 menuName);
menuName
A string buffer. On return, the buffer contains the name of the service.
DISCUSSION
This method should retrieve a user-readable name of this Cyberdog service. This name appears in the scrolling lists of services in the Connect To and Preferences dialog boxes. You should override this method if your service defines a Connect To panel or a Preferences panel.

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.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996