CopyStgMediumCopyStgMedium*
*Contents  *Index  *Topic Contents
*Previous Topic: CopyBindInfo
*Next Topic: CreateAsyncBindCtx

CopyStgMedium

HRESULT CopyStgMedium(
    const STGMEDIUM *pcstgmedSrc,
    STGMEDIUM *pstgmedDest
);

Copies the given STGMEDIUM structure.

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

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.