Try Documentalist,
my app that offers fast, offline access to 190+ programmer API docs.
Generating API bindings for Windows APIs is time consuming. There are so many APIs to cover.
It would be great to generate bindings automatically. To do that, we need a machine-readable description of the apis.
Thankfully, creator of API Monitor tool created this information by parsing MSDN web pages and made .xml files.
I'm writing https://github.com/kjk/winapigen which uses this information to generate Go bindings (and potentially more).