xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

Os_IsWinNT()

Checks if the application is running on a Windows NT platform.

Syntax

Os_IsWinNT() --> lIsWinNT

Return

The function returns .T. (true) if the application runs on a Windows NT platform, otherwise .F. (false) is returned. The NT platform includes Windows NT, 2000, XP and 2003 Server.

Description

Os_IsWin95() belongs to a group of environment functions that test if an xHarbour application is running on a particular Windows platform.

Info

See also:Os(), Os_IsWin9x(), 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


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe