URLReference

Mac OS X header: Carbon/Carbon.h  
Mac OS 9 header: URLAccess.h  

Represents a reference to a URL.

typedef struct * URLReference;
Discussion

The URLReference type represents a reference to an opaque structure that identifies a URL. You should call the function URLNewReference to create a URL reference. The function URLDisposeReference disposes of a URL reference when no longer needed. You pass a reference of this type to URL Access Manager functions that operate on a URL in some way.


© 2001 Apple Computer, Inc. (Last Updated July 21, 2001)