Windows API Guide - Reference - Volume 1: Version 3.0 For the MS-DOS and PC-DOS Operating Systems
Type MULTIKEYHELP mkSize As Long mkKeylist As Byte szKeyphrase As String * 255 ' can actually be any length End Type
Description & Usage
The MULTIKEYHELP structure stores one or more keywords to search for in a Windows Help file as well as the identifier of the alternate keyword table to search. Note that szKeyphrase can be of any length needed -- 255 bytes is just one possible value.
Visual Basic-Specific Issues
None.
Data Members
- mkSize
- The size in bytes of the structure.
- mkKeylist
- The identifier of the alternate keyword table to search.
- szKeyphrase
- A null-terminated string holding one or more keywords to search for. If using more than one keyword, separate each keyword with a semicolon.
Used By
WinHelp
Go back to the alphabetical Structure listing. Go back to the Reference section index.
Last Modified:July 29, 1999 This page is copyright © 1999 Paul Kuliniewicz. Copyright Information Revised October 29, 2000 Go back to the Windows API Guide home page. E-mail: vbapi@vbapi.com Send Encrypted E-Mail This page is at http://www.vbapi.com/ref/m/multikeyhelp.html