// drmk.h
PFNDRMGETCONTENTRIGHTS Pfndrmgetcontentrights;
NTSTATUS Pfndrmgetcontentrights(
[in] ULONG ContentId,
[out] PDRMRIGHTS DrmRights
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
This callback function is reserved for system use.
ContentId [in]This parameter is reserved for system use.
DrmRights [out]This parameter is reserved for system use.
This return value is reserved for system use.