Important: The information in this document is obsolete and should not be used for new development.
ReleaseICInstance
Releases an Internet configuration instance.
ICError ReleaseICInstance (in ICInstance inst);
inst
- The
ICInstance
object to be released.- return value
- An Internet Config error code.
DISCUSSION
When you have finished using anICInstance
object, you should release it by calling theReleaseICInstance
method rather than the Internet Config functionICEnd
. SeeInternetConfig.h
for the list of possible Internet Config error codes that may be returned.Do not subclass this class.
SEE ALSO
TheAcquireICInstance
method (page 350).