Hello,
I am trying to learn the win32 api.My question is, how can i make a handle in nasm?To be more specific, lets say that i want to call the ReadFile function, how can i pass the first argument which asks a handle from the CreateFile function?
Thank you