Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>exoisdpmi()</b> http://www.X-Hacker.org [<<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()

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