node-win32-api icon indicating copy to clipboard operation
node-win32-api copied to clipboard

Maybe build upon cs-win32 approach to generate wrappers

Open lextm opened this issue 8 months ago • 0 comments

I can see currently only a few Win32 API wrappers are available in this package.

If you want to quick expand the API coverage, you might follow the approach of cs-win32 which generates C# wrappers from Win32 API manifests,

https://github.com/microsoft/CsWin32

Also reported to libwin32 https://github.com/Septh/libwin32/issues/4

lextm avatar Mar 24 '25 19:03 lextm