Printing Multiple Topics from Viewer
Article ID: 113263
Article Last Modified on 8/5/2004
APPLIES TO
- Microsoft Multimedia Viewer Publishing Toolkit 2.0a
This article was previously published under Q113263
SUMMARY
The PRMANY sample contains code for a dynamic-link library
(DLL) that can be used to print multiple topics from a Viewer title. The sample
uses the TopicListLoad() API (application programming interface) from Viewer to
load the topic list for a group and then prints all the topics in that group.
The code could easily be modified to print any topic list--for example, it
could print the matches from a search query submitted with the
TopicListFromQuery() API.
The sample also includes an .MVP file that
registers the PrintGroups() function from the DLL and creates a menu item to
call it. A sample .RTF file is also included.
Additional query words: 2.00 2.00a softlib PRMANY.EXE
Keywords: kbinfo kbdownload kbfile kbsample KB113263