CopyStgMedium (Windows CE 5.0)
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