Windows error 0xC0262588, -1071241848

Detailed Error Information

ERROR_GRAPHICS_MCA_INTERNAL_ERROR[1]

MessageAn internal Monitor Configuration API error occurred.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode38 (0x026)
NameFACILITY_GRAPHICS[2][1]
DescriptionThe source of the error code is the graphics drivers.[2][1]
Error Code9608 (0x2588)

Questions

1vote
1answer

What is the difference between HRESULT error codes that start with 0x8 and with 0xC?

It's more of a curiosity than anything else. I've been reviewing the HRESULT error codes that many Win32 APIs and Windows components return to signify errors. If I understand its structure correctly, the most significant bit 31 is the error bit. If it's set, then HRESULT contains an error. For [...] read more
c
windows
winapi
hresult

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0