Important: The information in this document is obsolete and should not be used for new development.
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 returnskODNULL
.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
TheOwnsURL
method (page 339).