IBackgroundCopyJob1::GetFileCount method (qmgr.h)

[IBackgroundCopyJob1 is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the BITS interfaces.]

Use the GetFileCount method to retrieve the number of files in the job.

Syntax

HRESULT GetFileCount(
  [out] DWORD *pdwFileCount
);

Parameters

[out] pdwFileCount

Number of files in the job.

Return value

This method returns the following HRESULT values, as well as others.

Return code Description
S_OK
Successfully retrieved the number of files in the job.

Requirements

Requirement Value
Minimum supported client Windows XP
Minimum supported server Windows Server 2003
Target Platform Windows
Header qmgr.h
DLL QmgrPrxy.dll

See also

IBackgroundCopyJob1