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.
Specifies the status of a media source.
Syntax
typedef enum MF_MEDIASOURCE_STATUS_INFO {
MF_MEDIASOURCE_STATUS_INFO_FULLYSUPPORTED = 0,
MF_MEDIASOURCE_STATUS_INFO_UNKNOWN = 1
} ;
Constants
MF_MEDIASOURCE_STATUS_INFO_FULLYSUPPORTEDValue: 0 The media source is fully supported. |
MF_MEDIASOURCE_STATUS_INFO_UNKNOWNValue: 1 The status is unknown. >>>>>>> master |
Requirements
| Requirement | Value |
|---|---|
| Header | mfidl.h |