How to generate const/enum of some api method parameter? #1984
Answered
by
AArnott
well.james (sgf)
asked this question in
Q&A
|
I read the documentation but it didn't explain exactly how to do it. DrawDibBegin last parameter wFlags Otherwise, where should I find the parameter definitions I need? Do I have to copy them manually? But this would be too inefficient. I don't want to worry about too many details. |
Answered by
AArnott
Aug 30, 2024
Replies: 0 comments 1 reply
|
CsWin32 only constructs enums that are in the metadata. I'll transfer this to the metadata repo for consideration. |
0 replies
Answer selected by
sgf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CsWin32 only constructs enums that are in the metadata. I'll transfer this to the metadata repo for consideration.