// acxstreams.h
void DEFINE_ACXDRMRIGHTS_DEFAULT(
DrmRights
);
View the official Windows Driver Kit DDI referenceNo description available.
This macro provides the following default for DRM rights
#define DEFINE_ACXDRMRIGHTS_DEFAULT(DrmRights) const ACXDRMRIGHTS DrmRights = {FALSE, 0, FALSE}
DrmRightsSpecifies the DRM content rights that are assigned to the stream that is identified by ContentId. This parameter is a pointer to a ACXDRMRIGHTS structure.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.