Home
last modified time | relevance | path

Searched refs:pathThis (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
951 ret = IMoniker_GetDisplayName(iface, bindctx, NULL, &pathThis); in FileMonikerImpl_CommonPrefixWith()
959 nb1 = FileMonikerImpl_DecomposePath(pathThis, &stringTable1); in FileMonikerImpl_CommonPrefixWith()
976 commonPath = CoTaskMemAlloc(sizeof(WCHAR)*(min(lstrlenW(pathThis),lstrlenW(pathOther))+1)); in FileMonikerImpl_CommonPrefixWith()
1011 CoTaskMemFree(pathThis); in FileMonikerImpl_CommonPrefixWith()