MULTIKEYHELP

The MULTIKEYHELP structure specifies a keyword table and an associated keyword to be used by Windows Help.

typedef struct tagMULTIKEYHELP { // mkh

DWORD mkSize;

TCHAR mkKeylist;

TCHAR szKeyphrase[1];

} MULTIKEYHELP;

Members

mkSize

Specifies the structure size, in bytes.

mkKeylist

Specifies a single character that identifies the keyword table to search.

szKeyphrase

Contains a null-terminated text string that specifies the keyword to locate in the keyword table.

See Also

WinHelp