[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ExoIsDPMI()
Determines if running in a DPMI host environment
------------------------------------------------------------------------------
C Prototype
int ExoIsDPMI(void)
Returns
This function returns nonzero (true (.T.)) if the program is running in
a DPMI host. If the program is not running under DPMI, ExoIsDPMI
returns zero.
Description
Use this function to determine whether your program is running under a
DPMI host, such as Windows 3.x in enhanced mode.
Examples
This program fragment prints a message telling whether or not the
program executing is running under DPMI.
If (ExoIsDPMI())
printf("Program is running under DPMI");
else
printf("Program is not running under DPMI");
Files Library is EXOSPACE.LIB, header file is Exospace.api.
See Also:
ExoIsExoSpace()
ExoIsPM()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson