SDPROP_MEDIA_STATE - NtDoc

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

typedef enum {
  SDPMS_NO_MEDIA,
  SDPMS_MEDIA_INSERTED
} SDPROP_MEDIA_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddsd-sdprop_media_state)

SDPROP_MEDIA_STATE enumeration

Description

The SDPROP_MEDIA_STATE enumeration lists the values associated with the media states property.

Constants

SDPMS_NO_MEDIA

Indicates that the media is not present.

SDPMS_MEDIA_INSERTED

Indicates that the media is inserted.

See also

SDBUS_REQUEST_PACKET

SdBusSubmitRequest

SdBusSubmitRequestAsync