Home
last modified time | relevance | path

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

/reactos/dll/win32/oleaut32/
H A Dtypelib.c889 BSTR tlibPath = NULL; in UnRegisterTypeLib() local
916 if (query_typelib_path(libid, wVerMajor, wVerMinor, syskind, lcid, &tlibPath, FALSE) != S_OK) { in UnRegisterTypeLib()
928 if (LoadTypeLibEx(tlibPath, REGKIND_NONE, &typeLib) != S_OK) { in UnRegisterTypeLib()
1008 SysFreeString(tlibPath); in UnRegisterTypeLib()