Searched refs:IAMCollection (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | control.h | 22 typedef struct IAMCollection IAMCollection; typedef 132 struct IAMCollection : public IDispatch { struct 141 HRESULT (WINAPI *QueryInterface)(IAMCollection *This,REFIID riid,void **ppvObject); 142 ULONG (WINAPI *AddRef)(IAMCollection *This); 143 ULONG (WINAPI *Release)(IAMCollection *This); 144 HRESULT (WINAPI *GetTypeInfoCount)(IAMCollection *This,UINT *pctinfo); 145 HRESULT (WINAPI *GetTypeInfo)(IAMCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); 146 …HRESULT (WINAPI *GetIDsOfNames)(IAMCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LC… 147 …HRESULT (WINAPI *Invoke)(IAMCollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags… 148 HRESULT (WINAPI *get_Count)(IAMCollection *This,LONG *plCount); [all …]
|