IBDA_DRMService::GetDRMStatus method (bdaiface.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
Gets the current digital rights management (DRM) status.
Syntax
HRESULT GetDRMStatus(
[out] BSTR *pbstrDrmUuidList,
[out] GUID *DrmUuid
);
Parameters
[out] pbstrDrmUuidList
Receives a comma-separated list of GUIDs that identify the DRM systems supported by the media transform device (MTD). Each GUID is represented in following format: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx". The caller must release the string by calling SysFreeString.
[out] DrmUuid
Receives a GUID that identifies which DRM system is currently active.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | bdaiface.h |