IComActivityEvents::OnActivityTimeout method (comsvcs.h)
Generated when a call into an activity times out.
Syntax
HRESULT OnActivityTimeout(
[in] COMSVCSEVENTINFO *pInfo,
[in] REFGUID guidCurrent,
[in] REFGUID guidEntered,
[in] DWORD dwThread,
[in] DWORD dwTimeout
);
Parameters
[in] pInfo
A pointer to a COMSVCSEVENTINFO structure.
[in] guidCurrent
The GUID associated with the current activity.
[in] guidEntered
The causality identifier for the caller.
[in] dwThread
The identifier of the thread executing the call.
[in] dwTimeout
The time-out period.
Return value
The user verifies the return values from this method.
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 |