I am developing the application that is still compatible with Mac OS 9.
I try to implement some advanced features of Mac OS X when running on
it by dynamically loading frameworks and then getting pointers to their
functions.
When trying to use this approach with System Configuration framework, I
have encountered the following problem: I can't make the code work
because I don't know the contents of the following constants:
Despite they're called as though they're constants, they appear to be
variables. How do I get their meaning at run time to make my code work?
Yes, just in case - it's all about using SC to notify me when I lose
network connection (a cable is disconnected) on Mac OS X. On Mac OS 9
I'm using kOTStackWasLoaded and kOTStackIsUnloading notification
messages.