Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_MEDIAIndicates that the media is not present. |
SDPMS_MEDIA_INSERTEDIndicates that the media is inserted. |
Requirements
| Requirement | Value |
|---|---|
| Header | ntddsd.h (include Ntddsd.h) |