Hello all,
I am new to the assembly programming so sorry if my question is stupid.
If i make a windows API call,lets say the CreateFile function. How can i get the return value in order to compare it with something which i want?
For this specific call, the return value is INVALID_HANDLE_VALUE if it fails.
Thank you