AcxTargetStreamAssignDrmContentId - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxtargets.h

NTSTATUS AcxTargetStreamAssignDrmContentId(
  ACXTARGETSTREAM TargetStream,
  ULONG           ContentId,
  PACXDRMRIGHTS   DrmRights
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxtargets-acxtargetstreamassigndrmcontentid)

Description

The AcxTargetStreamAssignDrmContentId function given an existing ACXTARGETSTREAM object, assigns a DRM Content ID to that stream.

Parameters

TargetStream

An existing ACXTARGETSTREAM object. For more information about ACX objects, see Summary of ACX Objects.

ContentId

Specifies the DRM content ID. This parameter is an identifier that the DRM system generates at run time to identify DRM-protected content in this stream.

DrmRights

Pointer to a DRMRIGHTS structure specifying the rights granted by the content provider to the user for playing and copying DRM-protected content in this stream.

Return value

Returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code. For more information, see Using NTSTATUS Values.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also