// drmk.h
typedef struct {
ULONG ContentId;
DRMRIGHTS DrmRights;
} KSDRMAUDIOSTREAM_CONTENTID, *PKSDRMAUDIOSTREAM_CONTENTID;
View the official Windows Driver Kit DDI referenceNo description available.
The KSDRMAUDIOSTREAM_CONTENTID structure specifies the DRM content ID and DRM content rights for a KSPROPERTY_DRMAUDIOSTREAM_CONTENTIDset-property request.
ContentIdSpecifies the DRM content ID. This member identifies a protected KS audio stream.
DrmRightsSpecifies the DRM content rights assigned to the stream. This member is a pointer to a DRMRIGHTS structure.
KSPROPERTY_DRMAUDIOSTREAM_CONTENTID