MULTIKEYHELP

typedef struct tagMULTIKEYHELP { /* mkh */

DWORD mkSize;

BYTE mkKeylist;

TCHAR szKeyphrase[1];

} MULTIKEYHELP;

The MULTIKEYHELP structure specifies a key-word table and an associated key word to be used by the Windows Help application.

Members

mkSize

Specifies the length (in bytes) of the MULTIKEYHELP structure.

mkKeylist

Contains a single character that identifies the key-word table to be searched.

szKeyphrase[]

Contains a null-terminated text string that specifies the key word to be located in the key-word table.