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


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 an ICInstance object, you should release it by calling the ReleaseICInstance method rather than the Internet Config function ICEnd. See InternetConfig.h for the list of possible Internet Config error codes that may be returned.

Do not subclass this class.

SEE ALSO
The AcquireICInstance method (page 350).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996