![]() |
Determining Time Manager Version |
Header: Gestalt.h |
enum { gestaltTimeMgrVersion = 'tmgr', gestaltStandardTimeMgr = 1, gestaltRevisedTimeMgr = 2, gestaltExtendedTimeMgr = 3, gestaltNativeTimeMgr = 4 };
The Gestalt selector you pass to determine what version of the Time Manager is present.
If this bit is set, the original Time Manager is present.
If this bit is set, the revised Time Manager is present.
If this bit is set, the extended Time Manager is present.
To determine the version of the current Time Manager, your application should pass the selector gestaltTimeMgrVersion to the Gestalt function.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)