Programming reference for Windows

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.

image

image

File description

FileDescription
sdk.chmProgramming reference for Windows API
wdk.chmWindows Driver Kit(WDK) Reference

How to use it in CCode

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.

image