Searched defs:IMTSCall (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomsvcs.h563 typedef struct IMTSCall IMTSCall; typedef in typeref:struct:IMTSCall
6083 struct IMTSCall : public IUnknown { struct in inherits:IUnknown
6090 HRESULT (WINAPI *QueryInterface)(IMTSCall *This,REFIID riid,void **ppvObject);
6091 ULONG (WINAPI *AddRef)(IMTSCall *This);
6092 ULONG (WINAPI *Release)(IMTSCall *This);
6093 HRESULT (WINAPI *OnCall)(IMTSCall *This);
6096 struct IMTSCall { struct
6106 HRESULT WINAPI IMTSCall_OnCall_Proxy(IMTSCall *This);
6344 virtual HRESULT WINAPI SynchronousCall(IMTSCall *pCal
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomsvcs.h563 typedef struct IMTSCall IMTSCall; typedef in typeref:struct:IMTSCall
6083 struct IMTSCall : public IUnknown { struct in inherits:IUnknown
6090 HRESULT (WINAPI *QueryInterface)(IMTSCall *This,REFIID riid,void **ppvObject);
6091 ULONG (WINAPI *AddRef)(IMTSCall *This);
6092 ULONG (WINAPI *Release)(IMTSCall *This);
6093 HRESULT (WINAPI *OnCall)(IMTSCall *This);
6096 struct IMTSCall { struct
6106 HRESULT WINAPI IMTSCall_OnCall_Proxy(IMTSCall *This);
6344 virtual HRESULT WINAPI SynchronousCall(IMTSCall *pCal
[all...]

Completed in 81 milliseconds