microsoft / CsWin32

A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable generating IID_IDispatch constant

jnm2 opened this issue · comments

Looking at #862 it appears you only need it for its guid. We can probably solve that another way. Perhaps by emitting an IID_IDispatch constant or something.

Originally posted by @AArnott in #861 (comment)