Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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:
Methods
The IObjectContextActivity interface has these methods.
| IObjectContextActivity::GetActivityId Retrieves the GUID associated with the current activity. |
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);
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | comsvcs.h |