MULTIKEYHELP structure
Applies to: desktop apps only
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
-
Type: DWORD
-
The structure size, in bytes.
- mkKeylist
-
Type: TCHAR
-
A single character that identifies the keyword table to search.
- szKeyphrase
-
Type: TCHAR[1]
-
A null-terminated text string that specifies the keyword to locate in the keyword table.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012