Home | History | Annotate | Download | only in include

Lines Matching refs:IEnumConnections

37 typedef struct IEnumConnections IEnumConnections;
245 typedef IEnumConnections *PENUMCONNECTIONS;
246 typedef IEnumConnections *LPENUMCONNECTIONS;
258 struct IEnumConnections : public IUnknown {
263 virtual HRESULT WINAPI Clone(IEnumConnections **ppEnum) = 0;
268 HRESULT (WINAPI *QueryInterface)(IEnumConnections *This,REFIID riid,void **ppvObject);
269 ULONG (WINAPI *AddRef)(IEnumConnections *This);
270 ULONG (WINAPI *Release)(IEnumConnections *This);
271 HRESULT (WINAPI *Next)(IEnumConnections *This,ULONG cConnections,LPCONNECTDATA rgcd,ULONG *pcFetched);
272 HRESULT (WINAPI *Skip)(IEnumConnections *This,ULONG cConnections);
273 HRESULT (WINAPI *Reset)(IEnumConnections *This);
274 HRESULT (WINAPI *Clone)(IEnumConnections *This,IEnumConnections **ppEnum);
277 struct IEnumConnections {
290 HRESULT WINAPI IEnumConnections_RemoteNext_Proxy(IEnumConnections *This,ULONG cConnections,LPCONNECTDATA rgcd,ULONG *pcFetched);
292 HRESULT WINAPI IEnumConnections_Skip_Proxy(IEnumConnections *This,ULONG cConnections);
294 HRESULT WINAPI IEnumConnections_Reset_Proxy(IEnumConnections *This);
296 HRESULT WINAPI IEnumConnections_Clone_Proxy(IEnumConnections *This,IEnumConnections **ppEnum);
313 virtual HRESULT WINAPI EnumConnections(IEnumConnections **ppEnum) = 0;
325 HRESULT (WINAPI *EnumConnections)(IConnectionPoint *This,IEnumConnections **ppEnum);
350 HRESULT WINAPI IConnectionPoint_EnumConnections_Proxy(IConnectionPoint *This,IEnumConnections **ppEnum);
2736 HRESULT WINAPI IEnumConnections_Next_Proxy(IEnumConnections *This,ULONG cConnections,LPCONNECTDATA rgcd,ULONG *pcFetched);
2737 HRESULT WINAPI IEnumConnections_Next_Stub(IEnumConnections *This,ULONG cConnections,LPCONNECTDATA rgcd,ULONG *pcFetched);