I've been trying everything under the sun to get "what's this" help to work
via HtmlHelp and keep running into dead ends. We've tested the CHM and .txt
file using eHelps TOP program to verify that everything is proper there.
Yet all attempts to extract popup context sensitive "What's This" help
results in a "No Topic Found" display. I am amazed at the total lack of any
sample code documentation in the DDK and the MSDN site which demonstrates a
successfully implementation of any HtmlHelp. If anyone knows of any samples
which provides the successful implementation, I would greatly appreciate
hearing on where I might find them.
Then, to make matters worse, when attempting to check and see what type of
error code HtmlHelp may be setting when it does fail my request, I learn
that there is absolutely no definition anywhere for the HH_LAST_ERROR
structure which one is supposed to use to obtain the error code. I had
expected to find it in the Htmlhelp.h DDK include file with all the other
macro and structure definitions, but was very surprised to learn it does not
exist. Does this mean I now have to locally specify the structure, unlike
all other HtmlHelp structures?