Searched defs:FindPin (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcontrol.h1349 virtual HRESULT WINAPI FindPin(BSTR strPinID,IDispatch **ppUnk) = 0;
1368 HRESULT (WINAPI *FindPin)(IFilterInfo *This,BSTR strPinID,IDispatch **ppUnk); member in struct:IFilterInfoVtbl
1389 #define IFilterInfo_FindPin(This,strPinID,ppUnk) (This)->lpVtbl->FindPin(This,strPinID,ppUnk)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcontrol.h1349 virtual HRESULT WINAPI FindPin(BSTR strPinID,IDispatch **ppUnk) = 0;
1368 HRESULT (WINAPI *FindPin)(IFilterInfo *This,BSTR strPinID,IDispatch **ppUnk); member in struct:IFilterInfoVtbl
1389 #define IFilterInfo_FindPin(This,strPinID,ppUnk) (This)->lpVtbl->FindPin(This,strPinID,ppUnk)

Completed in 107 milliseconds