ITrackEvents

IID_ITrackEvents {390563C0-B0C2-4ABA-ACE7-06318B46A268}

The ITrackEvents methods are (as ordered in the virtual function table after the IUnknown methods):

Offset Method
0x0C OperationEvent
0x10 StartTimedOperation
0x14 StopTimedOperation

with prototypes:

HRESULT OperationEvent (PCWSTR, BOOL, BOOL);
HRESULT StartTimedOperation (VOID);
HRESULT StopTimedOperation (UINT *);

Availability

The ITrackEvents interface is implemented in the SHDOCVW version 6.0 from Windows Vista only, and in IEFRAME version 7.0 only.

This interface is not documented by Microsoft in the January 2007 edition of the Windows Software Development Kit (SDK).