Home
last modified time | relevance | path

Searched refs:ITipPullSink (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/
Dtxcoord.h82 typedef struct ITipPullSink ITipPullSink; typedef
493 …virtual HRESULT WINAPI PullAsync(char *i_pszTxUrl,ITipPullSink *i_pTipPullSink,ITransaction **o_pp…
503 …HRESULT (WINAPI *PullAsync)(ITipHelper *This,char *i_pszTxUrl,ITipPullSink *i_pTipPullSink,ITransa…
521 …HRESULT WINAPI ITipHelper_PullAsync_Proxy(ITipHelper *This,char *i_pszTxUrl,ITipPullSink *i_pTipPu…
531 struct ITipPullSink : public IUnknown { struct
538 HRESULT (WINAPI *QueryInterface)(ITipPullSink *This,REFIID riid,void **ppvObject);
539 ULONG (WINAPI *AddRef)(ITipPullSink *This);
540 ULONG (WINAPI *Release)(ITipPullSink *This);
541 HRESULT (WINAPI *PullComplete)(ITipPullSink *This,HRESULT i_hrPull);
544 struct ITipPullSink { struct
[all …]