Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstg_prop.c267 LPSTR ansiName; in PropertyStorage_FindPropertyByName() local
269 &ansiName, This->codePage); in PropertyStorage_FindPropertyByName()
273 if (dictionary_find(This->name_to_propid, ansiName, &propid)) in PropertyStorage_FindPropertyByName()
275 CoTaskMemFree(ansiName); in PropertyStorage_FindPropertyByName()