/reactos/dll/win32/ole32/ |
H A D | pointermoniker.c | 250 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 D | classmoniker.c | 294 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 D | itemmoniker.c | 379 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 D | antimoniker.c | 269 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 D | filemoniker.c | 660 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 D | compositemoniker.c | 504 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 D | moniker.c | 200 IMoniker* pmkRight, in ITS_IMonikerImpl_ComposeWith() argument
|
/reactos/dll/win32/urlmon/ |
H A D | umon.c | 298 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 D | mediacatenum.c | 584 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 D | main.c | 153 IMoniker *iface, IMoniker *pmkRight, BOOL fOnlyIfNotGeneric, IMoniker **ppmkComposite ) in moniker_ComposeWith() argument
|
/reactos/dll/win32/msxml3/ |
H A D | xmlview.c | 710 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 D | shellole.c | 587 IMoniker* pmkRight, in test_moniker_ComposeWith() argument
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | moniker.c | 354 Moniker_ComposeWith(IMoniker* iface, IMoniker* pmkRight, in Moniker_ComposeWith() argument
|
/reactos/sdk/include/psdk/ |
H A D | objidl.idl | 607 [in, unique] IMoniker *pmkRight,
|
/reactos/modules/rostests/winetests/hlink/ |
H A D | hlink.c | 1215 static HRESULT WINAPI Moniker_ComposeWith(IMoniker *iface, IMoniker *pmkRight, in Moniker_ComposeWith() argument
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | htmldoc.c | 1484 static HRESULT WINAPI Moniker_ComposeWith(IMoniker *iface, IMoniker *pmkRight, in Moniker_ComposeWith() argument
|