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


CreateCyberItem

Creates a Cyberdog item for the specified URL.

CyberItem CreateCyberItem (in char* url);
url
A pointer to a string that contains the URL for this operation.
return value
The newly created CyberItem object.
DISCUSSION
If this service supports the URL scheme of the specified URL, this method should create and initialize a Cyberdog item for the specified URL. The superclass implementation of this method returns kODNULL.

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 OwnsURL method (page 339).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996