Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.58 KB

nf-comsvcs-icomobjectpoolevents2-onobjpoolcreateobject.md

File metadata and controls

79 lines (62 loc) · 2.58 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:comsvcs.IComObjectPoolEvents2.OnObjPoolCreateObject
IComObjectPoolEvents2::OnObjPoolCreateObject (comsvcs.h)
Generated when an object is created for the pool.
IComObjectPoolEvents2 interface [COM+]
OnObjPoolCreateObject method
IComObjectPoolEvents2.OnObjPoolCreateObject
IComObjectPoolEvents2::OnObjPoolCreateObject
OnObjPoolCreateObject
OnObjPoolCreateObject method [COM+]
OnObjPoolCreateObject method [COM+]
IComObjectPoolEvents2 interface
_dtc_IComObjectPoolEvents2_OnObjPoolCreateObject
comsvcs/IComObjectPoolEvents2::OnObjPoolCreateObject
cos.icomobjectpoolevents2_onobjpoolcreateobject
cos\icomobjectpoolevents2_onobjpoolcreateobject.htm
cos
85e50bf4-2660-409c-8812-cbe389283202
12/05/2018
IComObjectPoolEvents2 interface [COM+],OnObjPoolCreateObject method, IComObjectPoolEvents2.OnObjPoolCreateObject, IComObjectPoolEvents2::OnObjPoolCreateObject, OnObjPoolCreateObject, OnObjPoolCreateObject method [COM+], OnObjPoolCreateObject method [COM+],IComObjectPoolEvents2 interface, _dtc_IComObjectPoolEvents2_OnObjPoolCreateObject, comsvcs/IComObjectPoolEvents2::OnObjPoolCreateObject, cos.icomobjectpoolevents2_onobjpoolcreateobject
comsvcs.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IComObjectPoolEvents2::OnObjPoolCreateObject
comsvcs/IComObjectPoolEvents2::OnObjPoolCreateObject
c++
APIRef
kbSyntax
COM
ComSvcs.h
IComObjectPoolEvents2.OnObjPoolCreateObject

IComObjectPoolEvents2::OnObjPoolCreateObject

-description

Generated when an object is created for the pool.

-parameters

-param pInfo [in]

A pointer to a COMSVCSEVENTINFO structure.

-param guidObject [in]

The CLSID for the objects in the pool.

-param dwObjsCreated [in]

The number of objects in the pool.

-param oid [in]

The unique pooled object identifier.

-returns

The user verifies the return values from this method.

-see-also

IComObjectPoolEvents2