Indicates that a method has been called.
HRESULT OnMethodCall( LONGLONG perfCount, MTS_OBJID oid, REFCLSID guidCid, REFIID guidRid, ULONG iMeth);
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
A string indicating the CLSID of the object.
guidRid
A string indicating the interface associated with the method.
iMeth
The DISPID of the method (dual-interface objects only).