HomeSort by relevance Sort by last modified time
    Searched refs:IEnumConnections (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocidl.h 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)
    [all...]
comdefsp.h 259 _COM_SMARTPTR_TYPEDEF(IEnumConnections,__uuidof(IEnumConnections));
    [all...]

Completed in 59 milliseconds