IFsrmReportManager::GetReportSizeLimit method (fsrmreports.h)

Retrieves the current value of the specified report size limit.

Syntax

HRESULT GetReportSizeLimit(
  [in]  FsrmReportLimit limit,
  [out] VARIANT         *limitValue
);

Parameters

[in] limit

The report size limit which is used to limit the files listed in a report. For possible values, see the FsrmReportLimit enumeration.

[out] limitValue

The limit. The variant type is VT_I4. Use the lVal member of the variant to access the limit value.

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 (include FsrmReports.h, FsrmTlb.h)
DLL SrmSvc.dll

See also

FsrmReportManager

IFsrmReportManager