Searched refs:ITBasicCallControl2 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | tapi3if.h | 432 typedef struct ITBasicCallControl2 ITBasicCallControl2; typedef 5851 struct ITBasicCallControl2 : public ITBasicCallControl { struct 5860 HRESULT (WINAPI *QueryInterface)(ITBasicCallControl2 *This,REFIID riid,void **ppvObject); 5861 ULONG (WINAPI *AddRef)(ITBasicCallControl2 *This); 5862 ULONG (WINAPI *Release)(ITBasicCallControl2 *This); 5863 HRESULT (WINAPI *GetTypeInfoCount)(ITBasicCallControl2 *This,UINT *pctinfo); 5864 …HRESULT (WINAPI *GetTypeInfo)(ITBasicCallControl2 *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); 5865 …HRESULT (WINAPI *GetIDsOfNames)(ITBasicCallControl2 *This,REFIID riid,LPOLESTR *rgszNames,UINT cNa… 5866 …HRESULT (WINAPI *Invoke)(ITBasicCallControl2 *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD … 5867 HRESULT (WINAPI *Connect)(ITBasicCallControl2 *This,VARIANT_BOOL fSync); [all …]
|