IBackgroundCopyFile3::IsDownloadedFromPeer method (bits3_0.h)

Gets a value that determines if any part of the file was downloaded from a peer.

Syntax

HRESULT IsDownloadedFromPeer(
  [out] BOOL *pVal
);

Parameters

[out] pVal

Is TRUE if any part of the file was downloaded from a peer; otherwise, FALSE.

Return value

The method returns the following return values.

Return code Description
S_OK
Success

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header bits3_0.h (include Bits.h)
Library Bits.lib

See also

IBackgroundCopyFile3