microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.34k stars 118 forks source link

Add NET_IF_COMPARTMENT_ID typedef and constants #1974

Closed riverar closed 2 months ago

riverar commented 2 months ago

Fixes #1972

Adds NET_IF_COMPARTMENT_ID as a native typedef and wires up relevant APIs and constants.

mikebattista commented 2 months ago

Thanks for adding this. I noticed there are a couple of related constants missing as well. Can you add those?

https://github.com/microsoft/win32metadata/blob/f1d266e955f3bc65f36c2841aace2a98aca244d2/generation/WinSDK/RecompiledIdlHeaders/shared/ifdef.h#L24-L27

mikebattista commented 2 months ago

Thanks!