zealdocs / zeal

Offline documentation browser inspired by Dash
https://zealdocs.org
GNU General Public License v3.0
11.51k stars 782 forks source link

WDK documentation #1168

Open YPS233 opened 4 years ago

YPS233 commented 4 years ago

I want to use zeal to query windows driver documents, but after I download the c and c++ documents,i can not found wdk function . for example the function NtCreateFile or ZwCreateFile. I can found it from microsoft document (https://docs.microsoft.com/zh-cn/search/?search=zwcreatefile&category=All). Did I not find it or it is not exist in zeal ?

the funtion information: https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-ntifs-ntcreatefile

trollixx commented 4 years ago

I am not aware of the existing WDK docset.

Considering the docs are available under CC-BY-4.0 and MIT licenses, it's only a matter of generating the docset. It would be great if all available docs in the MicrosoftDocs org were turned into docsets. Any volunteers? :)