IComQCEvents::OnQCRecord method (comsvcs.h)

Generated when the queued components recorder creates the queued message.

Syntax

HRESULT OnQCRecord(
  [in] COMSVCSEVENTINFO *pInfo,
  [in] ULONG64          objid,
  [in] WCHAR [60]       szQueue,
  [in] REFGUID          guidMsgId,
  [in] REFGUID          guidWorkFlowId,
  [in] HRESULT          msmqhr
);

Parameters

[in] pInfo

A pointer to a COMSVCSEVENTINFO structure.

[in] objid

The just-in-time activated object.

[in] szQueue

The name of the queue.

[in] guidMsgId

The unique identifier for the queued message.

[in] guidWorkFlowId

This parameter is reserved.

[in] msmqhr

The Message Queuing return status for the queued 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

See also

IComQCEvents