DEFINE_ACXDRMRIGHTS_DEFAULT macro (acxstreams.h)

This macro provides the following default for DRM rights

#define DEFINE_ACXDRMRIGHTS_DEFAULT(DrmRights) const ACXDRMRIGHTS DrmRights = {FALSE, 0, FALSE}

Syntax

void DEFINE_ACXDRMRIGHTS_DEFAULT(
   DrmRights
);

Parameters

DrmRights

Specifies the DRM content rights that are assigned to the stream that is identified by ContentId. This parameter is a pointer to a ACXDRMRIGHTS structure.

Return value

None

Remarks

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxstreams.h

See also