Important: The information in this document is obsolete and should not be used for new development.
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 theICConfigRefHandle
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 theICConfigRefHandle
object, you should dispose of it. SeeInternetConfig.h
for the list of possible Internet Config error codes that may be returned.Do not subclass this class.
SEE ALSO
TheSetConfigReference
method (page 373).