Greetings. A few months ago I was reading something on Wikipedia (I think) about what exactly gets returned from a function that you call in another assembly.
If I recall, it said that not just the value itself is returned, but other information as well, such as an integer indicating whether or not the function encountered an exception.
Well, unfortunately I cannot find that page and I am out of ideas as to what terms to search. I believe it is related to Calling Convention, Name Mangling, and Application Binary Interface (ABI) because those were the topics I was reading about when I came across this.
I was wondering if anyone knows what I'm talking about and can give me the correct term to search.
Thanks.