IWMDRMDevice2::GetPartialSyncList

banner art

The GetPartialSyncList method gets a partial synchronization list.

Syntax

HRESULT GetPartialSyncList(DWORDcMinCountThreshold,DWORDcMinHoursThreshold,DWORDdwStartingIndex,DWORDcItems,BYTE**ppbSyncList,DWORD*pcbSyncList,DWORD*pdwNextStartingIndex,DWORD*pcItemsProcessed);

Parameters

cMinCountThreshold

[in]  Minimum count threshold.

cMinHoursThreshold

[in]  Minimum hours threshold.

dwStartingIndex

[in]  Start position for indexing.

cItems

[in]  Count of items to be indexed.

ppbSyncList

[out]  Retrieved license synchronization list.

pcbSyncList

[out]  Size of the license synchronization list, in bytes.

pdwNextStartingIndex

[out]  Next start position for indexing.

pcItemsProcessed

[out]  Count of items being processed.

Return Values

The method returns an HRESULT. All the interface methods in Windows Media Device Manager can return any of the following classes of error codes:

  • Standard COM error codes
  • Windows error codes converted to HRESULT values
  • Windows Media Device Manager error codes

For an extenstive list of possible error codes, see Error Codes.

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