Site icon EfmSoft

What does NTSTATUS 0xC01E058C (STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE) mean?

 
Previous Next
STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS

STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE

STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE is a handle-ownership error in the Windows monitor-configuration API. A physical-monitor handle is not the same thing as an HMONITOR, a device name, or an arbitrary cached numeric value. Windows obtains these handles through physical-monitor enumeration APIs.

One HMONITOR can map to more than one physical monitor. Handles returned by GetPhysicalMonitorsFromHMONITOR must be closed with the corresponding destroy function, so application code must track both their origin and lifetime.

What to correct

References


Looking for a different code? Search another status or error code.

Exit mobile version