DXGK_SURPRISE_REMOVAL_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

typedef enum _DXGK_SURPRISE_REMOVAL_TYPE {
  DxgkRemovalHibernation,
  DxgkRemovalPnPNotify
} DXGK_SURPRISE_REMOVAL_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dispmprt-_dxgk_surprise_removal_type)

_DXGK_SURPRISE_REMOVAL_TYPE enumeration

Description

Indicates the type of surprise removal event when an external display device is disconnected from the system.

Constants

DxgkRemovalHibernation

The disconnected external display device was in hibernation mode.

DxgkRemovalPnPNotify

The disconnected external display device was surprise removed/unplugged while it was still running.

Remarks

See the DXGKDDI_NOTIFY_SURPRISE_REMOVAL callback for details.