HM_HELPSUBITEM_NOT_FOUND - Syntax

The Help Manager sends this message to the application when the user requests help on a field and it cannot find a related entry in the help subtable.

param1
    USHORT  usContext  /*  Type of window on which help was requested. */

param2
    SHORT   sTopic     /*  Topic identifier. */
    SHORT   sSubTopic  /*  Subtopic identifier. */

returns
    BOOL    rc         /*  Action indicator. */


[Back: HM_HELPSUBITEM_NOT_FOUND]
[Next: HM_HELPSUBITEM_NOT_FOUND Field - usContext]