The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IObjectContextInfo::GetActivityId method
Retrieves the identifier of the current activity.
Syntax
HRESULT GetActivityId( [out] GUID *pGUID );
Parameters
- pGUID [out]
-
A GUID that identifies the current activity.
Return value
This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.
Remarks
If the object is not running within a synchronization domain, COM+ returns a GUID_NULL, which consists of all zeros.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Community Additions
Show: