IWMDRMDevice2::GetPartialSyncList method

The GetPartialSyncList method gets a partial synchronization list.

Syntax

HRESULT GetPartialSyncList(
  [in]  DWORD cMinCountThreshold,
  [in]  DWORD cMinHoursThreshold,
  [in]  DWORD dwStartingIndex,
  [in]  DWORD cItems,
  [out] BYTE  **ppbSyncList,
  [out] DWORD *pcbSyncList,
  [out] DWORD *pdwNextStartingIndex,
  [out] 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 value

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 extensive list of possible error codes, see Error Codes.

Requirements

Requirement Value
Header
WMDDRMSP.idl
Library
Mssachlp.lib

See also

IWMDRMDevice::GetSyncList

IWMDRMDevice2 Interface