Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberSession


GetConfigReference

Retrieves the Internet configuration specification.

ICError GetConfigReference (in ICConfigRefHandle ref);
ref
An Internet Config reference handle. On return, the handle refers to the current Internet Config specification.
return value
An Internet Config error code.
DISCUSSION
You call this method to retrieve the Internet configuration specification currently being used by your Cyberdog session. You must create the ICConfigRefHandle object and pass it to this method. The method resizes the object appropriately and returns the configuration reference in it. When you are finished using the ICConfigRefHandle object, you should dispose of it. See InternetConfig.h for the list of possible Internet Config error codes that may be returned.

Do not subclass this class.

SEE ALSO
The SetConfigReference method (page 373).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996