IEnumBackgroundCopyFiles::GetCount method

Retrieves a count of the number of files in the enumeration.

Syntax

HRESULT GetCount(
  [out] ULONG *pCount
);

Parameters

pCount [out]

Number of files in the enumeration.

Return value

This method returns S_OK on success or one of the standard COM HRESULT values on error.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1709 [desktop apps only]
Minimum supported server
Windows Server, version 1709 [desktop apps only]
Header
Deliveryoptimization.h
IDL
DeliveryOptimization.idl
Library
Dosvc.lib
DLL
Dosvc.dll
IID
IID_IEnumBackgroundCopyFiles is defined as CA51E165-C365-424C-8D41-24AAA4FF3C40

See also

IEnumBackgroundCopyFiles