◄Message Group► ◄Function Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINHELP HM_LOAD_HELP_TABLE mp1 = MPFROM2SHORT(0xFFFF, (USHORT) idHelpTable); /* help-table ID */ mp2 = MPFROMSHORT((USHORT) hmodModule); /* module with resource */ An application sends an HM_LOAD_HELP_TABLE message to a help window to replace the existing help table (if any) with a help-table resource. Parameter Description ──────────────────────────────────────────────────────────────────────────── idHelpTable Low word of mp1. Specifies the resource ID of the help-table resource. hmodModule Low word of mp2. Identifies the module that contains the help-table resource. Return Value The return value is FALSE. Comments Applications can use this message to replace the initial help table of a help instance or to set the table if no initial help table is given. The initial help table is specified in the HELPINIT structure used when the help instance is created by using the WinCreateHelpInstance function. This message replaces the help table without freeing any memory or resources associated with the initial help table. See Also WinCreateHelpInstance, HM_CREATE_HELP_TABLE, HELPTABLE ♦