Carbon


DisposeURLSystemEventUPP

Header: URLAccess.h Carbon status: Supported

Disposes of a UPP to your system event notification callback.

void DisposeURLSystemEventUPP (
    URLSystemEventUPP userUPP
);
Parameter descriptions
userUPP

A UPP to your system event callback function.

DISCUSSION

When you are finished with a UPP to your system event callback function, you should dispose of it by calling the DisposeURLSystemEventUPP function.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)