Skip to content

Latest commit

 

History

History
98 lines (83 loc) · 2.37 KB

nf-wuapi-iupdatecollection-copy.md

File metadata and controls

98 lines (83 loc) · 2.37 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wuapi.IUpdateCollection.Copy
IUpdateCollection::Copy (wuapi.h)
Creates a shallow read/write copy of the collection.
Copy
Copy method [Windows Update Agent]
Copy method [Windows Update Agent]
IUpdateCollection interface
IUpdateCollection interface [Windows Update Agent]
Copy method
IUpdateCollection.Copy
IUpdateCollection::Copy
wua.iupdatecollection_copy
wuapi/IUpdateCollection::Copy
wua\iupdatecollection_copy.htm
wua
78a024a4-7aab-4bcb-bd3f-a79ef5580e1b
12/05/2018
Copy, Copy method [Windows Update Agent], Copy method [Windows Update Agent],IUpdateCollection interface, IUpdateCollection interface [Windows Update Agent],Copy method, IUpdateCollection.Copy, IUpdateCollection::Copy, wua.iupdatecollection_copy, wuapi/IUpdateCollection::Copy
wuapi.h
Windows
Windows XP, Windows 2000 Professional with SP3 [desktop apps only]
Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]
Wuapi.idl
Wuguid.lib
Wuapi.dll
Windows
19H1
IUpdateCollection::Copy
wuapi/IUpdateCollection::Copy
c++
APIRef
kbSyntax
COM
Wuapi.dll
IUpdateCollection.Copy

IUpdateCollection::Copy

-description

Creates a shallow read/write copy of the collection.

-parameters

-param retval [out]

A shallow read/write copy of the collection.

-returns

Returns S_OK if successful. Otherwise, returns a COM or Windows error code.

This method can also return the following error codes.

Return code Description
E_POINTER
A parameter value is invalid or NULL.
E_ACCESSDENIED
This method cannot be called from a remote computer.

-see-also

IUpdateCollection