[C#] Why is DWORD
mapped to uint
?
#1920
Replies: 1 comment
-
The API is defined as returning a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm taking the first steps in using CsWin32. I tried generating CheckMenuItem.
Why does the generated code use
uint
as the return type instead ofint
?Beta Was this translation helpful? Give feedback.
All reactions