// ksmedia.h
typedef enum {
KS_DVDCOPYSTATE_INITIALIZE,
KS_DVDCOPYSTATE_INITIALIZE_TITLE,
KS_DVDCOPYSTATE_AUTHENTICATION_NOT_REQUIRED,
KS_DVDCOPYSTATE_AUTHENTICATION_REQUIRED,
KS_DVDCOPYSTATE_DONE
} KS_DVDCOPYSTATE;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_DVDCOPYSTATE enumeration describes the progress of the DVD copyright protection initialization, authentication and key negotiation sequence.
KS_DVDCOPYSTATE_INITIALIZEIndicates that the full copyright protection sequence is starting.
KS_DVDCOPYSTATE_INITIALIZE_TITLEIndicates that a title key copyright protection sequence is starting.
KS_DVDCOPYSTATE_AUTHENTICATION_NOT_REQUIREDIndicates that no authentication is required.
KS_DVDCOPYSTATE_AUTHENTICATION_REQUIREDIndicates that authentication is required.
KS_DVDCOPYSTATE_DONEIndicates that the copyright protection sequence is complete.
KSPROPERTY_DVDCOPY_SET_COPY_STATE