Skip to content

Latest commit

 

History

History
100 lines (84 loc) · 3 KB

nf-comadmin-icatalogcollection-populatebykey.md

File metadata and controls

100 lines (84 loc) · 3 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:comadmin.ICatalogCollection.PopulateByKey
ICatalogCollection::PopulateByKey (comadmin.h)
Populates a selected list of items in the collection from the COM+ catalog, based on the specified keys.
ICatalogCollection interface [COM+]
PopulateByKey method
ICatalogCollection.PopulateByKey
ICatalogCollection::PopulateByKey
PopulateByKey
PopulateByKey method [COM+]
PopulateByKey method [COM+]
ICatalogCollection interface
_cos_ICatalogCollection_PopulateByKey
comadmin/ICatalogCollection::PopulateByKey
cos.icatalogcollection_populatebykey
cos\icatalogcollection_populatebykey.htm
cos
57329c32-2852-47ff-bf8c-dbb63f69841f
12/05/2018
ICatalogCollection interface [COM+],PopulateByKey method, ICatalogCollection.PopulateByKey, ICatalogCollection::PopulateByKey, PopulateByKey, PopulateByKey method [COM+], PopulateByKey method [COM+],ICatalogCollection interface, _cos_ICatalogCollection_PopulateByKey, comadmin/ICatalogCollection::PopulateByKey, cos.icatalogcollection_populatebykey
comadmin.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ComAdmin.Idl
Windows
19H1
ICatalogCollection::PopulateByKey
comadmin/ICatalogCollection::PopulateByKey
c++
APIRef
kbSyntax
COM
ComAdmin.h
ICatalogCollection.PopulateByKey

ICatalogCollection::PopulateByKey

-description

Populates a selected list of items in the collection from the COM+ catalog, based on the specified keys.

-parameters

-param psaKeys [in]

The Key property value of the objects for which data is to be read.

-returns

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following values.

Return code Description
S_OK
The method completed successfully.
COMADMIN_E_OBJECTERRORS
Errors occurred while accessing one or more objects.

-remarks

Call the SaveChanges method prior to calling PopulateByKey if you want to save pending changes. Unsaved changes made to the collection are lost when you call PopulateByKey.

-see-also

ICatalogCollection