Home
last modified time | relevance | path

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

/external/chromium_org/chrome_frame/
Dutils.h71 HRESULT UtilRegisterTypeLib(LPCWSTR typelib_path, bool for_current_user_only);
73 HRESULT UtilUnRegisterTypeLib(LPCWSTR typelib_path, bool for_current_user_only);
76 LPCWSTR typelib_path,
Dutils.cc155 HRESULT UtilRegisterTypeLib(LPCWSTR typelib_path, in UtilRegisterTypeLib() argument
157 if (NULL == typelib_path) { in UtilRegisterTypeLib()
162 HRESULT hr = ::LoadTypeLib(typelib_path, &type_lib); in UtilRegisterTypeLib()
165 typelib_path, in UtilRegisterTypeLib()
172 HRESULT UtilUnRegisterTypeLib(LPCWSTR typelib_path, in UtilUnRegisterTypeLib() argument
175 HRESULT hr = ::LoadTypeLib(typelib_path, &type_lib); in UtilUnRegisterTypeLib()
183 LPCWSTR typelib_path, in UtilRegisterTypeLib() argument
199 const_cast<OLECHAR*>(typelib_path), in UtilRegisterTypeLib()