IWMDRMDevice::GetSyncList method

The GetSyncList method retrieves the license synchronization list on the device. License synchronization allows the host computer to transfer updated licenses to a device according to the specified criteria.

Syntax

HRESULT GetSyncList(
  [in]  DWORD cMinCountThreshold,
  [in]  DWORD cMinHoursThreshold,
  [out] BYTE  **ppbSyncList,
  [out] DWORD *pcbSyncList
);

Parameters

cMinCountThreshold [in]

Minimum count threshold.

cMinHoursThreshold [in]

Minimum hours threshold.

ppbSyncList [out]

Retrieved license synchronization list.

pcbSyncList [out]

Size of the license synchronization list, in bytes.

Return value

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

Requirement Value
Header
WMDDRMSP.idl
Library
Mssachlp.lib

See also

IWMDRMDevice Interface