Utility library ShelWrite()
Programming guideline of WinDom

CallStGuide()

NAME

CallStGuide - Interface to ST-Guide.

PROTOTYPAGE

int CallStGuide( char *pattern));

PARAMETERS

pattern:
string to find in ST-Guide files,

return:
0 if no error, -1 si ST-Guide not in memory.

DESCRIPTION

CallStGuide() sends a VA_START message to ST-Guide. ST-Guide has to be loaded in memory. The parameter pattern can be a the path of a file or a simple pattern searched in the ST-Guide indexes.

EXAMPLE

     	/* Display in ST-Guide a simple text file */
     	CallStGuide( "C:\\NEWDESK.INF");
     	/* Find the WINDOM.HYP file in ST-Guide paths and display it */
     	CallStGuide( "*:\\WINDOM.HYP");
     	/* Find in the WINDOM.HYP file the CallStGuide() reference and display it */
     	CallStGuide( "*:\\WINDOM.HYP CallStGuide()");
     	/* Find in the ST-Guide indexes a simple reference */
     	CallStGuide( "A simple reference");
SEE ALSO

(!url [St-Guide documentation] [ST-GUIDE.HYP]), Galloc()