// drmk.h
PFNDRMFORWARDCONTENTTOFILEOBJECT Pfndrmforwardcontenttofileobject;
NTSTATUS Pfndrmforwardcontenttofileobject(
[in] ULONG ContentId,
[in] PFILE_OBJECT FileObject
)
{...}
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.
FileObject [in]This parameter is reserved for system use.
This return value is reserved for system use.