Important: The information in this document is obsolete and should not be used for new development.
AcquireICInstance
Opens an Internet Config session.
ICError AcquireICInstance (out ICInstance inst, in ODOSType creator);
inst
- The connection instance for all subsequent calls to Internet Config.
creator
- The creator that uniquely identifies your display part.
- return value
- An Internet Config error code.
DISCUSSION
You call this method to retrieve anICInstance
object instead of calling the Internet Config functionsICStart
andICFindConfigFile
. One connection instance is required per creator. Cyberdog needs to maintain a list of all theICInstance
objects in use so that when theSetConfigReference
method is called, it can redirect theICInstance
objects to the new file. 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).