xHarbour Reference Documentation > Function Reference |
Checks if the application is running on a Windows 9x platform.
Os_IsWin9X() --> lIsWin9X
The function returns .T. (true) if the application runs on a Windows 9x platform, otherwise .F. (false) is returned. The 9x platform includes Windows 95, 98 and ME.
Os_IsWin9x() belongs to a group of environment functions that test if an xHarbour application is running on a particular Windows platform.
See also: | Os(), Os_IsWinNT(), Os_IsWin95(), Os_IsWin98(), Os_IsWinME(), Os_IsWinNT351(), Os_IsWinNT4(), Os_IsWin2000(), Os_IsWinXP(), Os_IsWin2003(), Os_IsWtsClient(), Os_VersionInfo() |
Category: | Environment functions , xHarbour extensions |
Source: | rtl\winos.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com