Condividi tramite


Metodo IBackgroundCopyFile3::IsDownloadedFromPeer (bits3_0.h)

Ottiene un valore che determina se una parte del file è stata scaricata da un peer.

Sintassi

HRESULT IsDownloadedFromPeer(
  [out] BOOL *pVal
);

Parametri

[out] pVal

È TRUE se una parte del file è stata scaricata da un peer; in caso contrario, FALSE.

Valore restituito

Il metodo restituisce i valori restituiti seguenti.

Codice restituito Descrizione
S_OK
Operazione riuscita

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Piattaforma di destinazione Windows
Intestazione bits3_0.h (include Bits.h)
Libreria Bits.lib

Vedi anche

IBackgroundCopyFile3