Carbon


URLAccessAvailable

Header: URLAccess.h Carbon status: Under Evaluation

Determines whether the URL Access Manager is installed and available.

Boolean URLAccessAvailable ();
function result

A Boolean value indicating whether the URL Access Manager is available. If true, your application can call URL Access Manager functions. In Mac OS X, URLAccessAvailable is always available.

DISCUSSION

You should call the URLAccessAvailable function to determine whether the URL Access Manager is available before calling any other URL Access Manager functions. The URL Access Manager is part of Carbon Library 1.0.2, but is not currently part of Carbon.framework on Mac OS X. As a result, in Mac OS X, you must explicitly add URLAccess.framework to your project.


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