// drmk.h
PFNDRMDESTROYCONTENT Pfndrmdestroycontent;
NTSTATUS Pfndrmdestroycontent(
[in] ULONG ContentId
)
{...}
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.
This return value is reserved for system use.