Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> wsosversionget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WSOSVersionGet()
------------------------------------------------------------------------------
 Purpose:
 Get the workstation operating system version.

 Syntax:
 lpszOSVer = WSOSVersionGet()

 Parameters:
 None.

 Returns:
 A character string of length 40.

 The CA-Clipper name for this function is:
 WSOSVerGet()

 Description:
 WSOSVersionGet() returns the workstation operating system version.

 Returns an empty string if an error occurs.

 Example:
 // To display the operating system version:
 lpszOSVersion = WSOSVersionGet()
 if ( !empty ( lpszOSVersion ) )
    ? "Operating system version is ", lpszOSVersion
 endif

See Also: WSOSNameGet()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson