PFNDRMFORWARDCONTENTTODEVICEOBJECT - NtDoc

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

PFNDRMFORWARDCONTENTTODEVICEOBJECT Pfndrmforwardcontenttodeviceobject;

NTSTATUS Pfndrmforwardcontenttodeviceobject(
  [in] ULONG ContentId,
  [in] PVOID Reserved,
  [in] PCDRMFORWARD DrmForward
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-drmk-pfndrmforwardcontenttodeviceobject)

PFNDRMFORWARDCONTENTTODEVICEOBJECT callback function

Description

This callback function is reserved for system use.

Parameters

ContentId [in]

This parameter is reserved for system use.

Reserved [in]

This parameter is reserved for system use.

DrmForward [in]

This parameter is reserved for system use.

Return value

This return value is reserved for system use.