Stilgar
November 6th, 2003, 11:52
I have a Win32 API in hlp format in my computer, but I'm looking for a list of returned values (in assembly) by the various APIs.
By searching the net, I can found the return values of specific APIs. Does anyone knows of a downloadable version of the Win32 API that list the functions and their return value?
Example:
MessageBox
What it does...
blah blah blah
Return Values
OK - 1
Cancel - 2
Abort - 3
Retry - 4
Ignore - 5
Yes - 6
No - 7
Thanks in advance!
By searching the net, I can found the return values of specific APIs. Does anyone knows of a downloadable version of the Win32 API that list the functions and their return value?
Example:
MessageBox
What it does...
blah blah blah
Return Values
OK - 1
Cancel - 2
Abort - 3
Retry - 4
Ignore - 5
Yes - 6
No - 7
Thanks in advance!