Home | History | Annotate | Download | only in include

Lines Matching refs:AsyncIPipeLong

441 typedef struct AsyncIPipeLong AsyncIPipeLong;
7008 struct AsyncIPipeLong : public IUnknown {
7018 HRESULT (WINAPI *QueryInterface)(AsyncIPipeLong *This,REFIID riid,void **ppvObject);
7019 ULONG (WINAPI *AddRef)(AsyncIPipeLong *This);
7020 ULONG (WINAPI *Release)(AsyncIPipeLong *This);
7021 HRESULT (WINAPI *Begin_Pull)(AsyncIPipeLong *This,ULONG cRequest);
7022 HRESULT (WINAPI *Finish_Pull)(AsyncIPipeLong *This,LONG *buf,ULONG *pcReturned);
7023 HRESULT (WINAPI *Begin_Push)(AsyncIPipeLong *This,LONG *buf,ULONG cSent);
7024 HRESULT (WINAPI *Finish_Push)(AsyncIPipeLong *This);
7027 struct AsyncIPipeLong {
7040 HRESULT WINAPI AsyncIPipeLong_Begin_Pull_Proxy(AsyncIPipeLong *This,ULONG cRequest);
7042 HRESULT WINAPI AsyncIPipeLong_Finish_Pull_Proxy(AsyncIPipeLong *This,LONG *buf,ULONG *pcReturned);
7044 HRESULT WINAPI AsyncIPipeLong_Begin_Push_Proxy(AsyncIPipeLong *This,LONG *buf,ULONG cSent);
7046 HRESULT WINAPI AsyncIPipeLong_Finish_Push_Proxy(AsyncIPipeLong *This);