IDrmPort2::ForwardContentToDeviceObject method (portcls.h)

The ForwardContentToDeviceObject method accepts a device object representing a device to which the caller intends to forward protected content. Note that this method is identical in operation to the DrmForwardContentToDeviceObject function, and its parameter definitions and return value are also identical.

Syntax

NTSTATUS ForwardContentToDeviceObject(
  ULONG        ContentId,
  PVOID        Reserved,
  PCDRMFORWARD DrmForward
);

Parameters

ContentId

Reserved

DrmForward

Return value

See return value definition in DrmForwardContentToDeviceObject.

Remarks

See comments in DrmForwardContentToDeviceObject.

Requirements

Requirement Value
Target Platform Universal
Header portcls.h (include Portcls.h)

See also

DrmForwardContentToDeviceObject

IDrmPort2