The Runtime_GetOSBuildInfo() function returns build information for the operating system on which the application is being run.
Runtime_GetOSBuildInfo(build_number, build_description)
• build_number – A returned long integer indicating the build number of the current operating system.
• build_description – A returned string describing the build of the current operating system.
The boolean value true.
Not all operating systems will return build information.