Searched refs:pathThis (Results 1 – 1 of 1) sorted by relevance
925 LPOLESTR pathThis = NULL, pathOther = NULL, *stringTable1 = NULL; in FileMonikerImpl_CommonPrefixWith() local951 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()