Copies the given STGMEDIUM structure.
Syntax
HRESULT CopyStgMedium( const STGMEDIUM *pcstgmedSrc, STGMEDIUM *pstgmedDest );
Parameters
- pcstgmedSrc
- Address of the STGMEDIUM structure to copy.
- pstgmedDest
- Address of the STGMEDIUM structure to store the copy in.
Return Value
Returns S_OK if successful, or an error code otherwise.
Function Information
Windows NT Use version 4.0. Implemented as a Unicode function. Windows Use Windows 95 and later. Implemented as a Unicode function. Header Urlmon.h Import Library Urlmon.lib Minimum availability Internet Explorer 4.0