Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.4 KB

nf-comsvcs-icomqcevents-onqcreceive.md

File metadata and controls

83 lines (64 loc) · 2.4 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:comsvcs.IComQCEvents.OnQCReceive
IComQCEvents::OnQCReceive (comsvcs.h)
Generated when a message is successfully de-queued even though the queued components service might find something wrong with the contents.
IComQCEvents interface [COM+]
OnQCReceive method
IComQCEvents.OnQCReceive
IComQCEvents::OnQCReceive
OnQCReceive
OnQCReceive method [COM+]
OnQCReceive method [COM+]
IComQCEvents interface
_dtc_IComQCEvents_OnQCReceive
comsvcs/IComQCEvents::OnQCReceive
cos.icomqcevents_onqcreceive
cos\icomqcevents_onqcreceive.htm
cos
d4404fad-c656-4cbf-90d1-a09a7162a38f
12/05/2018
IComQCEvents interface [COM+],OnQCReceive method, IComQCEvents.OnQCReceive, IComQCEvents::OnQCReceive, OnQCReceive, OnQCReceive method [COM+], OnQCReceive method [COM+],IComQCEvents interface, _dtc_IComQCEvents_OnQCReceive, comsvcs/IComQCEvents::OnQCReceive, cos.icomqcevents_onqcreceive
comsvcs.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
IComQCEvents::OnQCReceive
comsvcs/IComQCEvents::OnQCReceive
c++
APIRef
kbSyntax
COM
ComSvcs.h
IComQCEvents.OnQCReceive

IComQCEvents::OnQCReceive

-description

Generated when a message is successfully de-queued even though the queued components service might find something wrong with the contents.

-parameters

-param pInfo [in]

A pointer to a COMSVCSEVENTINFO structure.

-param QueueID [in]

The unique identifier for the queue.

-param guidMsgId [in]

The unique identifier for the queued message.

-param guidWorkFlowId [in]

This parameter is reserved.

-param hr [in]

The status from Queued Components processing of the received message.

-returns

The user verifies the return values from this method.

-see-also

IComQCEvents