Searched refs:ITTAPIEventNotification (Results 1 – 1 of 1) sorted by relevance
277 typedef struct ITTAPIEventNotification ITTAPIEventNotification; typedef4157 struct ITTAPIEventNotification : public IUnknown { struct4164 HRESULT (WINAPI *QueryInterface)(ITTAPIEventNotification *This,REFIID riid,void **ppvObject);4165 ULONG (WINAPI *AddRef)(ITTAPIEventNotification *This);4166 ULONG (WINAPI *Release)(ITTAPIEventNotification *This);4167 HRESULT (WINAPI *Event)(ITTAPIEventNotification *This,TAPI_EVENT TapiEvent,IDispatch *pEvent);4170 struct ITTAPIEventNotification { struct4180 …HRESULT WINAPI ITTAPIEventNotification_Event_Proxy(ITTAPIEventNotification *This,TAPI_EVENT TapiEv…