IWMDRMDevice::GetSyncList
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(
DWORD cMinCountThreshold,
DWORD cMinHoursThreshold,
BYTE** ppbSyncList,
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 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