IWMDRMDevice::CleanDataStore method

The CleanDataStore method starts the process of cleaning the DRM data store on the device.

Syntax

HRESULT CleanDataStore(
  [in] DWORD dwFlags
);

Parameters

dwFlags [in]

Flags for store cleaning criteria.

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