IComQCEvents::OnQCReceive method (comsvcs.h)
Generated when a message is successfully de-queued even though the queued components service might find something wrong with the contents.
Syntax
HRESULT OnQCReceive(
[in] COMSVCSEVENTINFO *pInfo,
[in] ULONG64 QueueID,
[in] REFGUID guidMsgId,
[in] REFGUID guidWorkFlowId,
[in] HRESULT hr
);
Parameters
[in] pInfo
A pointer to a COMSVCSEVENTINFO structure.
[in] QueueID
The unique identifier for the queue.
[in] guidMsgId
The unique identifier for the queued message.
[in] guidWorkFlowId
This parameter is reserved.
[in] hr
The status from Queued Components processing of the received message.
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 |