AcxDrmDestroyContent function (acxstreams.h)
The AcxDrmDestroyContent function deletes a DRM content ID that was created by AcxDrmCreateContentMixed.
Syntax
NTSTATUS AcxDrmDestroyContent(
ULONG ContentId
);
Parameters
ContentId
Specifies 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.
Return value
AcxDrmDestroyContentMixed returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code.
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxstreams.h |
IRQL | PASSIVE_LEVEL |