Share via


CopyStgMedium (Windows CE 5.0)

Send Feedback

This function copies the given STGMEDIUM structure.

HRESULTCopyStgMedium(const STGMEDIUM* pcstgmedSrc,STGMEDIUM* pstgmedDest);

Parameters

  • pcstgmedSrc
    Address of the STGMEDIUM structure to copy.
  • pstgmedDest
    Address of the STGMEDIUM structure in which to store the copy.

Return Values

Returns S_OK if successful or an error value otherwise.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.