Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.23 KB

nn-comsvcs-iobjectcontextactivity.md

File metadata and controls

74 lines (60 loc) · 2.23 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
NN:comsvcs.IObjectContextActivity
IObjectContextActivity (comsvcs.h)
Retrieves the activity identifier associated with the current object context.
IObjectContextActivity
IObjectContextActivity interface [COM+]
IObjectContextActivity interface [COM+]
described
_cos_IObjectContextActivity
comsvcs/IObjectContextActivity
cos.iobjectcontextactivity
cos\iobjectcontextactivity.htm
cos
b3cdd835-60fd-414c-9b60-b15c07b11f34
12/05/2018
IObjectContextActivity, IObjectContextActivity interface [COM+], IObjectContextActivity interface [COM+],described, _cos_IObjectContextActivity, comsvcs/IObjectContextActivity, cos.iobjectcontextactivity
comsvcs.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IObjectContextActivity
comsvcs/IObjectContextActivity
c++
APIRef
kbSyntax
COM
ComSvcs.h
IObjectContextActivity

IObjectContextActivity interface

-description

Retrieves the activity identifier associated with the current object context.

-inheritance

The IObjectContextActivity interface inherits from the IUnknown interface. IObjectContextActivity also has these types of members:

-remarks

You obtain a reference to an object's IObjectContextActivity interface by calling QueryInterface on the object's context, as in the following example:

hr = m_pIObjectContext->QueryInterface(
            IID_IObjectContextActivity, 
            (void**)&m_pIObjectContextActivity);

-see-also

IObjectContext