Web Development
helpus.asc
Associated article: Interactive Design Methodology
Tags: Web Development .NET
_DESIGNING A HYPERTEST HELP SYSTEM_
by Phil Herold and Carla Merrill
Listing One
char *StartHelpServer(display, server_wdw, path, started)
Display *display;
Window *server_wdw;
char *path;
int *started;
display - (I) display connection
server_wdw - (U) window handle ...


