IFsrmReport::GetFilter method (fsrmreports.h)

Retrieves the value of the specified report filter.

Syntax

HRESULT GetFilter(
  [in]  FsrmReportFilter filter,
  [out] VARIANT          *filterValue
);

Parameters

[in] filter

The filter used to limit the files listed in a report. For possible values, see the FsrmReportFilter enumeration.

[out] filterValue

The filter value for the specified report filter.

Return value

The method returns the following return values.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrmreports.h
DLL SrmSvc.dll

See also

IFsrmReport