Contents Index Topic Contents | ||
Previous Topic: ITEMIDLIST Next Topic: NEWCPLINFO |
MULTIKEYHELP
Specifies a keyword to search for and the keyword table to be searched by Windows Help.
Syntax
typedef struct tagMULTIKEYHELP { DWORD mkSize; TCHAR mkKeylist; TCHAR szKeyphrase[1]; } MULTIKEYHELP;Members
- mkSize
- Structure size, in bytes.
- mkKeylist
- Single character that identifies the keyword table to search.
- szKeyphrase
- Null-terminated text string that specifies the keyword to locate in the keyword table.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.