IEnumBackgroundCopyJobs::GetCount method

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

Syntax

HRESULT GetCount(
  [out] ULONG *pCount
);

Parameters

  • pCount [out]
    Number of jobs in the enumeration.

Return value

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

Requirements

Minimum supported client

Windows 10, version 1709 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

Deliveryoptimization.h

IDL

DeliveryOptimization.idl

Library

Dosvc.lib

DLL

Dosvc.dll

IID

IID_IEnumBackgroundCopyJobs is defined as 1AF4F612-3B71-466F-8F58-7B6F73AC57AD

See also

IEnumBackgroundCopyJobs