Migrating WinHelp or HTML Help to context-sensitive WebHelp

Creating a WebHelp project from an existing WinHelp or HTML Help project would be a straightforward migration.  All map ID and Topic ID information would convert and be assigned to the WebHelp topics.

Let's assume that the client would use the RH_ShowHelp function to call help topics; the process of migrating the Topic ID and Map numbers to a WebHelp project should be rather direct, since the developer "simply drops the provided source code into a development project to quickly connect to the Help system." The RoboHelp help file also provides good examples on the code required to enable the functionality.

Concerns about the new API: