// ksmedia.h
typedef struct _KS_DVDCOPY_SET_COPY_STATE {
ULONG DVDCopyState;
} KS_DVDCOPY_SET_COPY_STATE, *PKS_DVDCOPY_SET_COPY_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_DVDCOPY_SET_COPY_STATE structure is used to specify the copyright protection state of the DVD decoder stream.
DVDCopyStateIndicates the progress of the copyright protection initialization, authentication and key negotiation sequence. This must be one of the values from the KS_DVDCOPYSTATE enumeration.
This structure is used by the KSPROPERTY_DVDCOPY_SET_COPY_STATE property.
For more information, see DVD Copyright Protection, Multiple Data Streams on the same Hardware and Synchronizing Key Exchange with Data Flow.
KSPROPERTY_DVDCOPY_SET_COPY_STATE