Carbon


URLReference

Header: URLAccess.h

Represents a reference to a URL.

typedef struct OpaqueURLReference* URLReference;

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.


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