Click to return to the Networking, Protocols     
CopyBindInfo Function     CreateAsyncBindCtx Functi...     URL Monikers Functions    
Web Workshop  |  Networking, Protocols & Data Formats

CopyStgMedium Function


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.