Carbon


gestaltSystemVersion

Header: Gestalt.h

enum {
    gestaltSystemVersion = 'sysv'
};

Constant descriptions

gestaltSystemVersion

The selector you pass to the Gestalt function to determine the version number of the currently active System file, represented as four hexadecimal digits in the low-order word of the return value. For example, if your application is running in version 7.0.1, then Gestalt returns the value $0701. Ignore the high-order word of the returned value.

Never infer the existence of certain hardware or software features from the responses that Gestalt returns when you pass it this selector.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)