// dispmprt.h
typedef enum _DXGK_SURPRISE_REMOVAL_TYPE {
DxgkRemovalHibernation,
DxgkRemovalPnPNotify
} DXGK_SURPRISE_REMOVAL_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
Indicates the type of surprise removal event when an external display device is disconnected from the system.
DxgkRemovalHibernationThe disconnected external display device was in hibernation mode.
DxgkRemovalPnPNotifyThe disconnected external display device was surprise removed/unplugged while it was still running.
See the DXGKDDI_NOTIFY_SURPRISE_REMOVAL callback for details.