CLEARWIN_VERSION@

Platform

Win32, x64

Purpose

Gets the current ClearWin+ version information.

Syntax

INTEGER FUNCTION CLEARWIN_VERSION@()

Return value

The minor version number is stored in the lower byte of the returned value and the major version number is stored in the second byte.

Example

    WINAPP
    INCLUDE <windows.ins>
    INTEGER version, i
    version=clearwin_version@()
    i=winio@('%ca[Version information]&')
    i=winio@('%nlMajor %wd minor%wd%nl',
   +         version/256,AND(version,255))
    END

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited