[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            uninstallWhoa - uninstall WHOA!.COM by Brad
                                        Crandall

  Syntax              boolean uninstallWhoa(void);

  Prototype in        doshk.h

  Remarks             removes WHOA!.COM from memory (system slow-down
                      utility by Brad Crandall).

  Return value        returns TRUE if WHOA!.COM is successfully
                      uninstalled, FALSE otherwise.

  See also            isWhoa(), setWhoa()

  Example             #include <doshk.h>

                      main()
                      {
                           if (isWhoa()) {
                                printf("Whoa! is ");
                                if (! uninstallWhoa())
                                     printf("not ");
                                printf("successfully uninstalled\n");
                           } else
                                printf("Whoa! is not installed");
                      }

See Also: isWhoa() setWhoa()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson