Load a new help topic tree
int PtHelpTopicTree( char *file );
ph
PtHelpTopicTree() tells the Helpviewer to load a new topic tree. The argument must be a top-level topic file with the .toc extension. The format of the topic file is defined in “Creating topic files” in the Helpviewer documentation in the QNX Neutrino Utilities Reference.
PtHelpTopicTree() spawns the Helpviewer if it isn't running, or sends a message to the Helpviewer if it is.
0 on success, or -1 if the Helpviewer couldn't be found or spawned.
PtHelpTopicTree() returns immediately, before the topic tree has been displayed. |
PtHelpTopicTree( "$YOUR_QNX_TARGET_NAME/usr/help/product/photon.toc" );
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtHelpQuit(), PtHelpSearch(), PtHelpTopic(), PtHelpTopicRoot(), PtHelpUrl(), PtHelpUrlRoot()
Context-Sensitive Help chapter of the Photon Programmer's Guide
helpviewer in the QNX Neutrino Utilities Reference.