xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_VMMode()

Indicates the creation mode of the xHarbour virtual machine.

Syntax

HB_VMMode() --> nCreationMode

Return

The function returns a numeric value.

Description

Function HB_VMMode() exists for informational purposes only. It returns a numeric value indicating the creation mode of xHarbour's virtual machine. The following return values are possible:

Modes of the Virtual Machine
ValueDescription
0 *)Regular creation
1Optimized for console applications
2Optimized for GUI applications

Info

See also:HB_BuildInfo(), HB_Compiler(), Version()
Category: Environment functions , xHarbour extensions
Source:vm\hvm.c
LIB:xhb.lib
DLL:xhbdll.dll


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