IFsrmFileManagementJobManager::GetFileManagementJob method (fsrmreports.h)

Gets the specified file management job.

Syntax

HRESULT GetFileManagementJob(
  [in]  BSTR                   name,
  [out] IFsrmFileManagementJob **fileManagementJob
);

Parameters

[in] name

The name of the file management job to retrieve.

[out] fileManagementJob

An IFsrmFileManagementJob interface to the specified file management 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::EnumFileManagementJobs