// ntddsd.h
typedef enum {
SDPMS_NO_MEDIA,
SDPMS_MEDIA_INSERTED
} SDPROP_MEDIA_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
The SDPROP_MEDIA_STATE enumeration lists the values associated with the media states property.
SDPMS_NO_MEDIAIndicates that the media is not present.
SDPMS_MEDIA_INSERTEDIndicates that the media is inserted.