![]() |
![]()
| ![]() |
![]()
NAMEDtInfoShowTopic — provide the user access to a local information corpus at a specific locationSYNOPSIS#include <Dt/Info.h> DtIfnoShowStatus DtInfoShowTopic( const char *info_lib, const char *locator); DESCRIPTIONBy invoking DtInfoShowTopic, a client application requests that dtinfo display a particular section of data, or topic. DtInfoShowTopic sends a ToolTalk message to any active dtinfo process that can access the requested information in the current locale. The browser is started if it is not already running. This corresponds to invoking the dtinfo command with the -sect option from the command line.The locator parameter must be a valid, resolvable location in the specified or default infolib for dtinfo to display the location. Unfortunately, there is no way to determine this from the calling application as DtInfoShowTopic will return an ok status as long as the message has been delivered to dtinfo. In the case of an invalid locator, dtinfo will still map to the current workspace of the invoking application and display an error dialog. This API is implemented in the Desktop Services library, DtSvc. To access the DtShowInfoTopic API, include the header file Dt/Info.h and link with -lDtSvc. ARGUMENTS
RETURN VALUE
ENVIRONMENT
|