Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |