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>exoisexospace()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ExoIsExoSpace()
 Determines if running under CA-Clipper/Exospace
------------------------------------------------------------------------------
 C Prototype

     int ExoIsExoSpace(void)

 Returns

     This function returns nonzero (true (.T.)) if an CA-Clipper/Exospace
     program is running.

 Description

     Use this function to determine whether your program is running under CA-
     Clipper/Exospace.  If the program has been linked with the real mode
     "stub" library, this function will return zero.

 Examples

     This program fragment prints a message telling whether or not the
     program executing is an CA-Clipper/Exospace application.

     if (ExoIsExoSpace())
        printf("ExoSpace program is running");
     else
        printf("ExoSpace program is not running");

 Files   Library is EXOSPACE.LIB, header file is Exospace.api.


See Also: ExoIsDPMI() ExoIsPM()

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