Share via


IWMDRMDevice::IsWMDRMDevice

banner art

The IsWMDRMDevice method determines whether the device supports Windows Media DRM 10 for Portable Devices.

Syntax

HRESULT IsWMDRMDevice(DWORD*pdwVersion);

Parameters

pdwVersion

[out]  Version of Windows Media DRM 10 for Portable Devices, which has value of 0x00010000.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Requirements

Header: Defined in WMDDRMSP.idl.

Library: mssachlp.lib

See Also