microsoft / wdkmetadata

Tooling to generate metadata for Win32 APIs in the Windows Driver Kit (WDK).
Other
96 stars 10 forks source link

Consider adding Offline Registry Library (offreg.h) APIs #2

Closed riverar closed 1 year ago

riverar commented 3 years ago

The Offline Registry Library is a super helpful user-mode library used to manipulate registry hives. It ships with Windows 10 in-box. Curiously, the header/library only ships with the Windows Driver Kit (WDK) making it incredibly difficult to consume normally.

mikebattista commented 3 years ago

We need to close on how to produce metadata for other kits before we can address this.

This intersects with https://github.com/microsoft/win32metadata/issues/66 and https://github.com/microsoft/wdkmetadata/issues/1.

riverar commented 1 year ago

Done.