Home
last modified time | relevance | path

Searched refs:pmkRight (Results 1 – 16 of 16) sorted by relevance

/reactos/dll/win32/ole32/
H A Dpointermoniker.c250 PointerMonikerImpl_ComposeWith(IMoniker* iface, IMoniker* pmkRight, in PointerMonikerImpl_ComposeWith() argument
260 TRACE("(%p,%d,%p)\n", pmkRight, fOnlyIfNotGeneric, ppmkComposite); in PointerMonikerImpl_ComposeWith()
262 if ((ppmkComposite==NULL)||(pmkRight==NULL)) in PointerMonikerImpl_ComposeWith()
267 IMoniker_IsSystemMoniker(pmkRight,&mkSys); in PointerMonikerImpl_ComposeWith()
279 res=IMoniker_Enum(pmkRight,TRUE,&penumMk); in PointerMonikerImpl_ComposeWith()
308 return CreateGenericComposite(iface,pmkRight,ppmkComposite); in PointerMonikerImpl_ComposeWith()
315 return CreateGenericComposite(iface,pmkRight,ppmkComposite); in PointerMonikerImpl_ComposeWith()
H A Dclassmoniker.c294 IMoniker* pmkRight, in ClassMoniker_ComposeWith() argument
304 TRACE("(%p,%d,%p)\n", pmkRight, fOnlyIfNotGeneric, ppmkComposite); in ClassMoniker_ComposeWith()
306 if ((ppmkComposite==NULL)||(pmkRight==NULL)) in ClassMoniker_ComposeWith()
311 IMoniker_IsSystemMoniker(pmkRight,&mkSys); in ClassMoniker_ComposeWith()
323 res=IMoniker_Enum(pmkRight,TRUE,&penumMk); in ClassMoniker_ComposeWith()
352 return CreateGenericComposite(iface,pmkRight,ppmkComposite); in ClassMoniker_ComposeWith()
359 return CreateGenericComposite(iface,pmkRight,ppmkComposite); in ClassMoniker_ComposeWith()
H A Ditemmoniker.c379 IMoniker* pmkRight, in ItemMonikerImpl_ComposeWith() argument
389 TRACE("(%p,%p,%d,%p)\n",iface,pmkRight,fOnlyIfNotGeneric,ppmkComposite); in ItemMonikerImpl_ComposeWith()
391 if ((ppmkComposite==NULL)||(pmkRight==NULL)) in ItemMonikerImpl_ComposeWith()
396 IMoniker_IsSystemMoniker(pmkRight,&mkSys); in ItemMonikerImpl_ComposeWith()
408 res=IMoniker_Enum(pmkRight,TRUE,&penumMk); in ItemMonikerImpl_ComposeWith()
437 return CreateGenericComposite(iface,pmkRight,ppmkComposite); in ItemMonikerImpl_ComposeWith()
444 return CreateGenericComposite(iface,pmkRight,ppmkComposite); in ItemMonikerImpl_ComposeWith()
H A Dantimoniker.c269 AntiMonikerImpl_ComposeWith(IMoniker* iface, IMoniker* pmkRight, in AntiMonikerImpl_ComposeWith() argument
273 TRACE("(%p,%p,%d,%p)\n",iface,pmkRight,fOnlyIfNotGeneric,ppmkComposite); in AntiMonikerImpl_ComposeWith()
275 if ((ppmkComposite==NULL)||(pmkRight==NULL)) in AntiMonikerImpl_ComposeWith()
283 return CreateGenericComposite(iface,pmkRight,ppmkComposite); in AntiMonikerImpl_ComposeWith()
H A Dfilemoniker.c660 FileMonikerImpl_ComposeWith(IMoniker* iface, IMoniker* pmkRight, in FileMonikerImpl_ComposeWith() argument
671 TRACE("(%p,%p,%d,%p)\n",iface,pmkRight,fOnlyIfNotGeneric,ppmkComposite); in FileMonikerImpl_ComposeWith()
676 if (pmkRight==NULL) in FileMonikerImpl_ComposeWith()
681 IMoniker_IsSystemMoniker(pmkRight,&mkSys); in FileMonikerImpl_ComposeWith()
689 IMoniker_GetDisplayName(pmkRight,bind,NULL,&str2); in FileMonikerImpl_ComposeWith()
750 return CreateGenericComposite(iface,pmkRight,ppmkComposite); in FileMonikerImpl_ComposeWith()
H A Dcompositemoniker.c504 CompositeMonikerImpl_ComposeWith(IMoniker* iface, IMoniker* pmkRight, in CompositeMonikerImpl_ComposeWith() argument
507 TRACE("(%p,%p,%d,%p)\n",iface,pmkRight,fOnlyIfNotGeneric,ppmkComposite); in CompositeMonikerImpl_ComposeWith()
509 if ((ppmkComposite==NULL)||(pmkRight==NULL)) in CompositeMonikerImpl_ComposeWith()
521 return CreateGenericComposite(iface,pmkRight,ppmkComposite); in CompositeMonikerImpl_ComposeWith()
/reactos/dll/win32/itss/
H A Dmoniker.c200 IMoniker* pmkRight, in ITS_IMonikerImpl_ComposeWith() argument
/reactos/dll/win32/urlmon/
H A Dumon.c298 static HRESULT WINAPI URLMoniker_ComposeWith(IMoniker *iface, IMoniker *pmkRight, in URLMoniker_ComposeWith() argument
302 FIXME("(%p)->(%p,%d,%p): stub\n",This,pmkRight,fOnlyIfNotGeneric,ppmkComposite); in URLMoniker_ComposeWith()
/reactos/dll/directx/wine/devenum/
H A Dmediacatenum.c584 static HRESULT WINAPI DEVENUM_IMediaCatMoniker_ComposeWith(IMoniker *iface, IMoniker *pmkRight, in DEVENUM_IMediaCatMoniker_ComposeWith() argument
587 …FIXME("(%p)->(%p, %s, %p): stub\n", iface, pmkRight, fOnlyIfNotGeneric ? "true" : "false", ppmkCom… in DEVENUM_IMediaCatMoniker_ComposeWith()
/reactos/dll/win32/wbemdisp/
H A Dmain.c153 IMoniker *iface, IMoniker *pmkRight, BOOL fOnlyIfNotGeneric, IMoniker **ppmkComposite ) in moniker_ComposeWith() argument
/reactos/dll/win32/msxml3/
H A Dxmlview.c710 static HRESULT WINAPI XMLView_Moniker_ComposeWith(IMoniker *iface, IMoniker *pmkRight, in XMLView_Moniker_ComposeWith() argument
714 FIXME("(%p)->(%p %x %p)\n", This, pmkRight, fOnlyIfNotGeneric, ppmkComposite); in XMLView_Moniker_ComposeWith()
/reactos/modules/rostests/winetests/shell32/
H A Dshellole.c587 IMoniker* pmkRight, in test_moniker_ComposeWith() argument
/reactos/modules/rostests/winetests/ole32/
H A Dmoniker.c354 Moniker_ComposeWith(IMoniker* iface, IMoniker* pmkRight, in Moniker_ComposeWith() argument
/reactos/sdk/include/psdk/
H A Dobjidl.idl607 [in, unique] IMoniker *pmkRight,
/reactos/modules/rostests/winetests/hlink/
H A Dhlink.c1215 static HRESULT WINAPI Moniker_ComposeWith(IMoniker *iface, IMoniker *pmkRight, in Moniker_ComposeWith() argument
/reactos/modules/rostests/winetests/mshtml/
H A Dhtmldoc.c1484 static HRESULT WINAPI Moniker_ComposeWith(IMoniker *iface, IMoniker *pmkRight, in Moniker_ComposeWith() argument