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


CancelRequest

Cancels a request to download data to disk.

void CancelRequest (in CDDownloadRequestID id);
id
The unique ID of the request to be cancelled, or kCDAllDownloadRequests to cancel all of the requests in the download part's queue.
DISCUSSION
This method cancels a request that was made previously by calling either the DownloadCyberItem method or the PostDownloadRequest method.

If you subclass CyberDownloadExtension, you must 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 DownloadCyberItem method (page 214).
The PostDownloadRequest method (page 215).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996