

Windows NT Notes:

   The WinHelp macros IfThen(), IfThenElse() and Not() are not supported by the
current retail release. While this is to be fixed in the future, WLSTBX32.DLL
includes all three until then. They are not documented within WHDemo as they 
are exactly the same as their Win31 counterparts. You only need to register the
macros in the HPJ file as such:

[CONFIG]
RegisterRoutine( "wlstbx32.dll", "IfThenElse", "iSS" )
RegisterRoutine( "wlstbx32.dll", "IfThen", "iS" )
RegisterRoutine( "wlstbx32.dll", "Not", "i=i" )

Extract and view the HPJ and RTF files from WHDEMO to see the macros in
operation and registration. The macros are also included in the 16 bit version
of this DLL for portability. If you intend to maintain a single help file for
both environments, you must register the macros as belonging to WHLISTBX.


   AVI operation relies on AVI Version 2.0 or better and since such a thing as
yet does not exist for Windows NT, the AVI windows also do not exist for the
present version of Windows NT. You may add the embedded windows and there will
be an attempt to create them, but they will fail and you'll end up with a
"Cannot Display Picture" message.

