Microsoft's latest help documentation in .mshc/.mshi format is not easy to use, although it has many advantages over .chm/.hlp.
In order for CCode to display the API interface documentation in the software, we spent some time reversing the .mshi structure, importing the .mshc/.mshi data into the mysql database, generating the .hhp/.hhk/.hhc, and outputting the .chm file.
File | Description |
---|---|
sdk.chm | Programming reference for Windows API |
wdk.chm | Windows Driver Kit(WDK) Reference |
Copy sdk.chm to the folder where the ccode.exe is located, rename it to reference.chm, restart CCode, select the keywords, and press F1 to display the corresponding function document.