IMtsMethodEvents::OnMethodReturn

Indicates that a method call has returned.

HRESULT OnMethodReturn(
LONGLONG        perfCount,
MTS_OBJID        oid,
REFCLSID        guidCid,
REFIID                guidRid,
ULONG            iMeth,
HRESULT            hresult,);

Parameters

perfCount
The current value of the high-resolution performance counter, if one exists.

oid
A unique number, within the scope of the server process, associated with the object.

guidCid
The CLSID of the object.

guidRid
The interface associated with the method.

iMeth
The DISPID of the method (dual-interface objects only).

hresult
The HRESULT return by the method.