Platform SDK: COM+ (Component Services)

IComThreadEvents::OnThreadWorkPrivate

Generated when a thread removes an item of work from its private work queue.

HRESULT OnThreadWorkPrivate(
   COMSVCSEVENTINFO __RPC_FAR *pInfo,
   ULONG64 ThreadID,
   ULONG64 MsgWorkID,
) = 0;

Parameters

pInfo
[in] For more information on this structure see Event Structure.
ThreadID
[in] Unique thread ID which references OnThreadStart.
MsgWorkID
[in] Work item ID.