IMAPI_CD_TRACK_DIGITAL_COPY_SETTING enumeration (imapi2.h)
Defines the digital copy setting values available for a given track.
Syntax
typedef enum _IMAPI_CD_TRACK_DIGITAL_COPY_SETTING {
IMAPI_CD_TRACK_DIGITAL_COPY_PERMITTED = 0,
IMAPI_CD_TRACK_DIGITAL_COPY_PROHIBITED = 0x1,
IMAPI_CD_TRACK_DIGITAL_COPY_SCMS = 0x2
} IMAPI_CD_TRACK_DIGITAL_COPY_SETTING, *PIMAPI_CD_TRACK_DIGITAL_COPY_SETTING;
Constants
IMAPI_CD_TRACK_DIGITAL_COPY_PERMITTED Value: 0 Digital copies of the given track are allowed. |
IMAPI_CD_TRACK_DIGITAL_COPY_PROHIBITED Value: 0x1 Digital copies of the given track are not allowed using consumer electronics CD recorders. This condition typically has no effect on PC-based CD players. |
IMAPI_CD_TRACK_DIGITAL_COPY_SCMS Value: 0x2 The given track is a digital copy of a copy protected track. No further copies using consumer electronics CD recorders will be allowed. This condition typically has no effect on PC-based CD players. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | imapi2.h |