// acxstreams.h
NTSTATUS AcxDrmDestroyContent(
ULONG ContentId
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDrmDestroyContent function deletes a DRM content ID that was created by AcxDrmCreateContentMixed.
ContentIdSpecifies a nonzero DRM content ID assigned to an ACX audio stream by AcxDrmCreateContentMixed. Note that a content ID of zero represents an audio stream with default DRM content rights, and cannot be used with this function.
AcxDrmDestroyContentMixed returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.