[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function isWhoa - is WHOA!.COM by Brad Crandall installed
Syntax boolean isWhoa(void);
Prototype in doshk.h
Remarks checks if WHOA!.COM is installed (system slow-down
utility by Brad Crandall).
Return value returns TRUE if WHOA!.COM is installed, FALSE
otherwise.
See also setWhoa(), uninstallWhoa()
Example #include <doshk.h>
main()
{
printf("Whoa! is ");
if (! isWhoa())
printf("not ");
printf("installed\n");
}
See Also:
setWhoa()
uninstallWhoa()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson