Replies: 1 comment 1 reply
-
That's correct. Currently, JSON files determine which APIs are projected by the generator. I plan to eliminate these JSON files and fully project the entire Win32 API in the future (#819). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To clarify, I'm new to Win32 API (itself and not the Dart package) and Dart FFI.
I was looking in the Win32 Docs (Of Windows) and I found that BITMAPV5HEADER is not available as part of
win32
package while BITMAPINFOHEADER is available.Assuming that
BITMAPINFOHEADER
is generated, maybe it didn't generate theBITMAPV5HEADER
for a reason or it's controlled manually somewhere that define how those will be generated?Beta Was this translation helpful? Give feedback.
All reactions