![]() |
Carbon supports all relevant Internet Config functionality. Various obsolete functions are not supported. In particular:
- ICGetMappingInterruptSafe, ICGetSeedInterruptSafe, and ICRequiresInterruptSafe are not compatible with preemptive threads. (In the unlikely event that your application relies on these APIs, contact Apple Developer Technical Support.)
- Functions prefixed with "ICC" were orginally supplied to support the Component Manager model. You can instead use variants prefixed by "IC."
- Several functions related to locating files in the IC database are obsolete. You can simply remove these calls from your code -- there are no replacement functions.
.
- Because Internet Config no longer supports multiple configuration files, the ICGetConfigReference and ICSetConfigReference are obsolete. There are no replacement functions for these.
- The private function ICRefreshCaches is obsolete. There is no supported way to modify the Internet Config database without going through the Internet Config API. There is no replacement function.
- Because Internet Config is not component-based under X, use ICGetVersion instead of ICGetComponentInstance.
© 2000 Apple Computer, Inc. (Last Updated 6/29/2000)