![]() |
NumVersion |
Header: MacTypes.h |
struct NumVersion { UInt8 majorRev; UInt8 minorAndBugRev; UInt8 stage; UInt8 nonRelRev; };
The major revision level. This field is a signed byte in binary-coded decimal format.
The minor revision level. This field is a signed byte in binary-coded decimal format.
The development stage. You can use Apple constants to specify a development stage. See
The revision level of a prereleased version.
The functions SndSoundManagerVersion and MACEVersion return version information using a version structure. The NumVersion data type defines a version structure.
A version structure has the same structure as the first four fields of a version resource (a resource of type 'vers').
You should use this data structure only if you need to access this information or to customize sound play.
© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)