| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Specify a partial URL for help information
#include <photon/PxHelp.h> void PxHelpUrlRoot( char *url );
PxHelpUrlRoot() lets you specify a partial root URL that's prefixed to any relative URLs in subsequent PxHelpUrl() calls. (A relative URL is one that doesn't start with a /.)
|  | PxHelpUrlRoot() doesn't copy the given URL. Don't free the string until you've finished using the root URL. | 
See PxHelpUrl().
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PxHelpQuit(), PxHelpSearch(), PxHelpTopic(), PxHelpTopicRoot(), PxHelpTopicTree(), PxHelpUrl()
Context-Sensitive Help chapter of the Photon Programmer's Guide
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |