Tagged Questions

1
vote
3answers
4k views

How to pass uint in Java?

I'm trying to call SendMessage with an uint parameter from Java, but I can't convert int to uint. I can't change the uint parameter in SendMessage because it is a windows function. Is there some way ...