Searched defs:iid (Results 1 - 14 of 14) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomip.h272 template<typename _InterfaceType> HRESULT QueryInterface(const IID& iid,_InterfaceType*& p) throw () { argument
273 if(m_pInterface!=NULL) return m_pInterface->QueryInterface(iid,reinterpret_cast<void**>(&p));
276 template<typename _InterfaceType> HRESULT QueryInterface(const IID& iid,_InterfaceType **p) throw() { return QueryInterface(iid,*p); } argument
H A Dcallobj.h88 IID iid; member in struct:__MIDL_ICallFrame_0001
407 virtual HRESULT WINAPI OnWalkInterface(REFIID iid,PVOID *ppvInterface,WINBOOL fIn,WINBOOL fOut) = 0;
415 HRESULT (WINAPI *OnWalkInterface)(ICallFrameWalker *This,REFIID iid,PVOID *ppvInterface,WINBOOL fIn,WINBOOL fOut);
425 #define ICallFrameWalker_OnWalkInterface(This,iid,ppvInterface,fIn,fOut) (This)->lpVtbl->OnWalkInterface(This,iid,ppvInterface,fIn,fOut)
428 HRESULT WINAPI ICallFrameWalker_OnWalkInterface_Proxy(ICallFrameWalker *This,REFIID iid,PVOID *ppvInterface,WINBOOL fIn,WINBOOL fOut);
438 virtual HRESULT WINAPI SetIID(REFIID iid) = 0;
447 HRESULT (WINAPI *SetIID)(IInterfaceRelated *This,REFIID iid);
458 #define IInterfaceRelated_SetIID(This,iid) (This)->lpVtbl->SetIID(This,iid)
[all...]
H A Doledlg.h250 IID iid; member in struct:tagOLEUIINSERTOBJECTW
275 IID iid; member in struct:tagOLEUIINSERTOBJECTA
H A Doaidl.h186 IID iid; member in struct:_wireSAFEARR_HAVEIID
H A Durlmon.h784 IID iid; member in struct:_tagBINDINFO
806 IID iid; member in struct:_tagRemBINDINFO
1755 IID iid; member in struct:_tagStartParam
H A Dobjidl.h5277 IID iid; member in struct:tagINTERFACEINFO
5719 IID iid; member in struct:SChannelHookCallInfo
H A Doledb.h678 IID iid; member in struct:tagDBOBJECT
4351 IID iid; member in struct:tagERRORINFO
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomip.h272 template<typename _InterfaceType> HRESULT QueryInterface(const IID& iid,_InterfaceType*& p) throw () { argument
273 if(m_pInterface!=NULL) return m_pInterface->QueryInterface(iid,reinterpret_cast<void**>(&p));
276 template<typename _InterfaceType> HRESULT QueryInterface(const IID& iid,_InterfaceType **p) throw() { return QueryInterface(iid,*p); } argument
H A Dcallobj.h88 IID iid; member in struct:__MIDL_ICallFrame_0001
407 virtual HRESULT WINAPI OnWalkInterface(REFIID iid,PVOID *ppvInterface,WINBOOL fIn,WINBOOL fOut) = 0;
415 HRESULT (WINAPI *OnWalkInterface)(ICallFrameWalker *This,REFIID iid,PVOID *ppvInterface,WINBOOL fIn,WINBOOL fOut);
425 #define ICallFrameWalker_OnWalkInterface(This,iid,ppvInterface,fIn,fOut) (This)->lpVtbl->OnWalkInterface(This,iid,ppvInterface,fIn,fOut)
428 HRESULT WINAPI ICallFrameWalker_OnWalkInterface_Proxy(ICallFrameWalker *This,REFIID iid,PVOID *ppvInterface,WINBOOL fIn,WINBOOL fOut);
438 virtual HRESULT WINAPI SetIID(REFIID iid) = 0;
447 HRESULT (WINAPI *SetIID)(IInterfaceRelated *This,REFIID iid);
458 #define IInterfaceRelated_SetIID(This,iid) (This)->lpVtbl->SetIID(This,iid)
[all...]
H A Doledlg.h250 IID iid; member in struct:tagOLEUIINSERTOBJECTW
275 IID iid; member in struct:tagOLEUIINSERTOBJECTA
H A Doaidl.h186 IID iid; member in struct:_wireSAFEARR_HAVEIID
H A Durlmon.h784 IID iid; member in struct:_tagBINDINFO
806 IID iid; member in struct:_tagRemBINDINFO
1755 IID iid; member in struct:_tagStartParam
H A Dobjidl.h5277 IID iid; member in struct:tagINTERFACEINFO
5719 IID iid; member in struct:SChannelHookCallInfo
H A Doledb.h678 IID iid; member in struct:tagDBOBJECT
4351 IID iid; member in struct:tagERRORINFO

Completed in 1033 milliseconds