Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 2.65 KB

nf-comsvcs-icominstance2events-onobjectcreate2.md

File metadata and controls

91 lines (68 loc) · 2.65 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.IComInstance2Events.OnObjectCreate2
IComInstance2Events::OnObjectCreate2 (comsvcs.h)
Generated when a client creates an object.
IComInstance2Events interface [COM+]
OnObjectCreate2 method
IComInstance2Events.OnObjectCreate2
IComInstance2Events::OnObjectCreate2
OnObjectCreate2
OnObjectCreate2 method [COM+]
OnObjectCreate2 method [COM+]
IComInstance2Events interface
_dtc_IComInstance2Events_OnObjectCreate2
comsvcs/IComInstance2Events::OnObjectCreate2
cos.icominstance2events_onobjectcreate2
cos\icominstance2events_onobjectcreate2.htm
cos
b7c359b8-2d49-4982-836b-50d749758fa6
12/05/2018
IComInstance2Events interface [COM+],OnObjectCreate2 method, IComInstance2Events.OnObjectCreate2, IComInstance2Events::OnObjectCreate2, OnObjectCreate2, OnObjectCreate2 method [COM+], OnObjectCreate2 method [COM+],IComInstance2Events interface, _dtc_IComInstance2Events_OnObjectCreate2, comsvcs/IComInstance2Events::OnObjectCreate2, cos.icominstance2events_onobjectcreate2
comsvcs.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IComInstance2Events::OnObjectCreate2
comsvcs/IComInstance2Events::OnObjectCreate2
c++
APIRef
kbSyntax
COM
ComSvcs.h
IComInstance2Events.OnObjectCreate2

IComInstance2Events::OnObjectCreate2

-description

Generated when a client creates an object.

-parameters

-param pInfo [in]

A pointer to a COMSVCSEVENTINFO structure.

-param guidActivity [in]

The identifier of the activity in which the object is created.

-param clsid [in]

The CLSID of the object being created.

-param tsid [in]

The transaction stream identifier, which is unique for correlation to objects.

-param CtxtID [in]

The context identifier for this object.

-param ObjectID [in]

The initial JIT-activated object.

-param guidPartition [in]

The partition identifier for which this instance is created.

-returns

The user verifies the return values from this method.

-see-also

IComInstance2Events