Carbon


DisposeURLNotifyUPP

Header: URLAccess.h Carbon status: Supported

Disposes of a UPP to your data transfer event notification callback.

void DisposeURLNotifyUPP (
    URLNotifyUPP userUPP
);
Parameter descriptions
userUPP

A Universal Procedure Pointer (UPP) to your notification callback function.

DISCUSSION

When you are finished with a UPP to your notification callback function, you should dispose of it by calling the DisposeURLNotifyUPP 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)