Share via


IBDA_DRMService::SetDRM 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.]

Activates a digital rights management (DRM) system on the media transform device (MTD).

Syntax

HRESULT SetDRM(
  [in] GUID *puuidNewDrm
);

Parameters

[in] puuidNewDrm

Pointer to a GUID that specifies the DRM system.

Return value

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

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

IBDA_DRMService