IFsrmFileManagementJobManager::EnumFileManagementJobs method (fsrmreports.h)

Enumerates the list of existing file management jobs.

Syntax

HRESULT EnumFileManagementJobs(
  [in]  FsrmEnumOptions options,
  [out] IFsrmCollection **fileManagementJobs
);

Parameters

[in] options

One or more options to use when enumerating the management jobs. For possible values, see the FsrmEnumOptions enumeration.

Note  This parameter must be set to either FsrmEnumOptions_IncludeClusterNodes or FsrmEnumOptions_None for this method.
 

[out] fileManagementJobs

An IFsrmCollection interface that contains a collection of file management jobs. The variant type of each item in the collection is VT_DISPATCH. Query the pdispVal member of the variant to get an IFsrmFileManagementJob interface to the job.

Return value

The method returns the following return values.

Requirements

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

See also

FsrmFileManagementJobManager

IFsrmFileManagementJobManager

IFsrmFileManagementJobManager::GetFileManagementJob