DEFINE_DRMRIGHTS_DEFAULT macro

The DEFINE_DRMRIGHTS_DEFAULT macro defines a constant DRMRIGHTS structure that specifies default DRM content rights.

Syntax

VOID DEFINE_DRMRIGHTS_DEFAULT(
   DRMRIGHTS DrmRights
);

Parameters

  • DrmRights
    Specifies a name for a constant DRMRIGHTS structure. The macro sets the members of DrmRights to the following default values:

    • CopyProtect
      Sets to FALSE. This means that the digital content is subject to no restrictions on copying.

    • Reserved
      Sets to zero.

    • DigitalOutputDisable
      Sets to FALSE. This means that the adapter's digital outputs (for example, S/PDIF connectors) are not disabled.

Return value

This macro does not return a value.

Requirements

Target platform

Desktop

Header

Drmk.h (include Drmk.h)

See also

DRMRIGHTS

 

 

Send comments about this topic to Microsoft