HomeSort by relevance Sort by last modified time
    Searched refs:IEnumConnectionPoints (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 47 typedef struct IEnumConnectionPoints IEnumConnectionPoints;
356 typedef IEnumConnectionPoints *PENUMCONNECTIONPOINTS;
357 typedef IEnumConnectionPoints *LPENUMCONNECTIONPOINTS;
361 struct IEnumConnectionPoints : public IUnknown {
366 virtual HRESULT WINAPI Clone(IEnumConnectionPoints **ppEnum) = 0;
371 HRESULT (WINAPI *QueryInterface)(IEnumConnectionPoints *This,REFIID riid,void **ppvObject);
372 ULONG (WINAPI *AddRef)(IEnumConnectionPoints *This);
373 ULONG (WINAPI *Release)(IEnumConnectionPoints *This);
374 HRESULT (WINAPI *Next)(IEnumConnectionPoints *This,ULONG cConnections,LPCONNECTIONPOINT *ppCP,ULONG *pcFetched)
    [all...]
comdefsp.h 256 _COM_SMARTPTR_TYPEDEF(IEnumConnectionPoints,__uuidof(IEnumConnectionPoints));
    [all...]

Completed in 66 milliseconds