gonutz

Results 50 comments of gonutz

I have an actively maintained fork which I use to create both 32 and 64 bit applications, both for work and for private projects. It has diverged quite a bit...

@mateors I think that is a great idea, I will think of some examples with common tasks to guide people through some very basic Windows API concepts and then put...

Alright, I just updated the API of EnumProcesses and added a new function EnumAllProcesses. Please pull the latest changes and just call EnumAllProcesses to get all process IDs in the...

I have an actively maintained fork which I use to create both 32 and 64 bit applications, both for work and for private projects. It has diverged quite a bit...

I have an actively maintained fork which I use to create both 32 and 64 bit applications, both for work and for private projects. It has diverged quite a bit...

Working with the `syscall` package I have found that it is safer to only use the first of the three return values of `Call`. In your example you check the...

I have an actively maintained fork which I use to create both 32 and 64 bit applications, both for work and for private projects. I have been wanting to remove...

I have an actively maintained fork which I use to create both 32 and 64 bit applications, both for work and for private projects. It has diverged quite a bit...

I have an actively maintained fork which I use to create both 32 and 64 bit applications, both for work and for private projects. My fork does not use CGo....

I have an actively maintained fork which I use to create both 32 and 64 bit applications, both for work and for private projects. It has diverged quite a bit...