SDPROP_MEDIA_STATE enumeration (ntddsd.h)

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

Syntax

typedef enum {
  SDPMS_NO_MEDIA,
  SDPMS_MEDIA_INSERTED
} SDPROP_MEDIA_STATE;

Constants

 
SDPMS_NO_MEDIA
Indicates that the media is not present.
SDPMS_MEDIA_INSERTED
Indicates that the media is inserted.

Requirements

Requirement Value
Header ntddsd.h (include Ntddsd.h)

See also

SDBUS_REQUEST_PACKET

SdBusSubmitRequest

SdBusSubmitRequestAsync