HRESULT Exceptions

Are there any lists explaining error codes? Eks: HRESULT: 0x81070215 does not tell me when is it wrong?

+2
source share
3 answers
WinError.h 

I have it on the next path on my machine, yours will also look like:

C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\WinError.h

By the way, if you have Visual Studio installed, there is a tool available under the name "Error Finder". Go to Visual Studio, Tools-> Error Lookup, and you can put any HRESULT code in it to get its description. You can download ErrorLookup from this location .

+6
source

HRESULT , , - , . , , .

0

There Tools->Error Lookupis a tool for finding errors in the VS Tools ( ) menu , you can also find a tool here

C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\errlook.exe
0
source

All Articles