IBDA_DRMService::GetDRMStatus Method

[This documentation is preliminary and is subject to change.]
Gets the current digital rights management (DRM) status.

Syntax

HRESULT GetDRMStatus(
  [out]  BSTR *pbstrDrmUuidList,
  [out]  GUID *DrmUuid
);

Parameters

  • pbstrDrmUuidList [out]
    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.

  • DrmUuid [out]
    Receives a GUID that identifies which DRM system is currently active.

Return Value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Client Requires Windows 7.
IDL Declared in Bdaiface.idl.

See Also

IBDA_DRMService

Send comments about this topic to Microsoft

Build date: 12/4/2008