![]() |
Gestalt Selectors for ATSUI |
Header: Gestalt.h |
enum { gestaltATSUVersion = ''uisv'', gestaltOriginalATSUVersion = 65536, gestaltATSUUpdate1 = 131072, gestaltATSUUpdate2 = 196608, gestaltATSUUpdate3 = 262144 };
The Gestalt selector you pass to determine the version of ATSUI installed on the users system. On return, Gestalt passes back a Fixed value that represents the version of ATSUI that is installed on the users system. You can also determine version information by testing for the feature bits described in
A Fixed value that indicates that version 1.0 of ATSUI is installed on the users system. Available beginning with ATSUI 1.0.
A Fixed value that indicates that version 1.1 of ATSUI is installed on the users system. Available beginning with ATSUI 1.1.
A Fixed value that indicates that version 1.2 of ATSUI is installed on the users system. Available beginning with ATSUI 1.2.
Before calling any functions dependent upon ATSUI, you should pass the gestaltATSUVersion selector to the Gestalt function to determine which version of ATSUI is available. You should pass the gestaltATSUFeatures selector to Gestalt to determine which features of ATSUI are available.
Available beginning with ATSUI 1.0.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)