Error codes in Windows API

When using p/invoke to call unmanagged code, you may get some error codes based on the operations you have performed. Most of the time the error codes(system error codes) would be integer and going through the corresponding API documentation doesnt leave you anywhere. So what do you do when faced with this dilemma? Search the [...]