[C#] Why is DWORD mapped to uint?
#1920
Replies: 1 comment
|
The API is defined as returning a |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm taking the first steps in using CsWin32. I tried generating CheckMenuItem.
Why does the generated code use
uintas the return type instead ofint?All reactions