Runtime_GetOSBuildInfo()

Examples


The Runtime_GetOSBuildInfo() function returns build information for the operating system on which the application is being run.

Syntax

Runtime_GetOSBuildInfo(build_number, build_description)

Parameters

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.

Return value

The boolean value true.

Comments

Not all operating systems will return build information.


Documentation Feedback