Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
WinCreateHelpInstance (1.2)
◄Function Group► ◄Message group► ◄Overview► ◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
#define INCL_WINHELP
HWND WinCreateHelpInstance(hab, phmInitStructure)
HAB hab; /* anchor-block handle */
PHELPINIT phmInitStructure; /* pointer to help structure */
The WinCreateHelpInstance function creates a help instance. A help instance
is an "object" window that process help requests from the application and
the user.
Parameter Description
────────────────────────────────────────────────────────────────────────────
hab Identifies the application anchor block. It must have been
previous creating using the WinInitialize function.
phmInitStructure Points to the HELPINIT structure.
Return Value
The return value is the handle of the help instance created if the function
is successful or NULL if an error occurs.
See Also
WinCreateHelpTable, WinDestroyHelpInstance, WinInitialize, WinLoadHelpTable,
HELPINIT
♦