IComQCEvents::OnQCPlayback method (comsvcs.h)

Generated when a messages contents are replayed.

Syntax

HRESULT OnQCPlayback(
  [in] COMSVCSEVENTINFO *pInfo,
  [in] ULONG64          objid,
  [in] REFGUID          guidMsgId,
  [in] REFGUID          guidWorkFlowId,
  [in] HRESULT          hr
);

Parameters

[in] pInfo

A pointer to a COMSVCSEVENTINFO structure.

[in] objid

The just-in-time activated object.

[in] guidMsgId

The unique identifier for the queue.

[in] guidWorkFlowId

This parameter is reserved.

[in] hr

The status from Message Queuing receive 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