Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dfilemoniker.c925 LPOLESTR pathThis = NULL, pathOther = NULL, *stringTable1 = NULL; in FileMonikerImpl_CommonPrefixWith() local
955 ret = IMoniker_GetDisplayName(pmkOther, bindctx, NULL, &pathOther); in FileMonikerImpl_CommonPrefixWith()
965 nb2 = FileMonikerImpl_DecomposePath(pathOther, &stringTable2); in FileMonikerImpl_CommonPrefixWith()
976 commonPath = CoTaskMemAlloc(sizeof(WCHAR)*(min(lstrlenW(pathThis),lstrlenW(pathOther))+1)); in FileMonikerImpl_CommonPrefixWith()
1012 CoTaskMemFree(pathOther); in FileMonikerImpl_CommonPrefixWith()