Home
last modified time | relevance | path

Searched refs:penumMk (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/ole32/
H A Dpointermoniker.c256 IEnumMoniker* penumMk=0; in PointerMonikerImpl_ComposeWith() local
279 res=IMoniker_Enum(pmkRight,TRUE,&penumMk); in PointerMonikerImpl_ComposeWith()
284 res=IEnumMoniker_Next(penumMk,1,&pmostLeftMk,NULL); in PointerMonikerImpl_ComposeWith()
295 while(IEnumMoniker_Next(penumMk,1,&pmostLeftMk,NULL)==S_OK){ in PointerMonikerImpl_ComposeWith()
H A Dclassmoniker.c300 IEnumMoniker* penumMk=0; in ClassMoniker_ComposeWith() local
323 res=IMoniker_Enum(pmkRight,TRUE,&penumMk); in ClassMoniker_ComposeWith()
328 res=IEnumMoniker_Next(penumMk,1,&pmostLeftMk,NULL); in ClassMoniker_ComposeWith()
339 while(IEnumMoniker_Next(penumMk,1,&pmostLeftMk,NULL)==S_OK){ in ClassMoniker_ComposeWith()
H A Ditemmoniker.c385 IEnumMoniker* penumMk=0; in ItemMonikerImpl_ComposeWith() local
408 res=IMoniker_Enum(pmkRight,TRUE,&penumMk); in ItemMonikerImpl_ComposeWith()
413 res=IEnumMoniker_Next(penumMk,1,&pmostLeftMk,NULL); in ItemMonikerImpl_ComposeWith()
424 while(IEnumMoniker_Next(penumMk,1,&pmostLeftMk,NULL)==S_OK){ in ItemMonikerImpl_ComposeWith()