[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson