Searched refs:mostLeftMk1 (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/ole32/ |
H A D | compositemoniker.c | 830 IMoniker *tempMk1,*tempMk2,*mostLeftMk1,*mostLeftMk2; in CompositeMonikerImpl_CommonPrefixWith() local 855 res1=IEnumMoniker_Next(enumMoniker1,1,&mostLeftMk1,NULL); in CompositeMonikerImpl_CommonPrefixWith() 867 if (IMoniker_IsEqual(mostLeftMk1,mostLeftMk2)==S_OK) in CompositeMonikerImpl_CommonPrefixWith() 938 IEnumMoniker_Next(enumMoniker1,1,&mostLeftMk1,NULL); in CompositeMonikerImpl_CommonPrefixWith() 940 if (IMoniker_IsEqual(pmkOther,mostLeftMk1)==S_OK){ in CompositeMonikerImpl_CommonPrefixWith()
|