Partager via


IStream_Copy, fonction (shlwapi.h)

Copie un flux vers un autre flux.

Syntaxe

LWSTDAPI IStream_Copy(
  [in] IStream *pstmFrom,
  [in] IStream *pstmTo,
  [in] DWORD   cb
);

Paramètres

[in] pstmFrom

Type : IStream*

Pointeur vers le flux source.

[in] pstmTo

Type : IStream*

Pointeur vers le flux de destination.

[in] cb

Type : DWORD

Nombre d'octets à copier à partir du flux source.

Valeur retournée

Type : HRESULT

Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
Plateforme cible Windows
En-tête shlwapi.h
DLL Shlwapi.dll