Home
last modified time | relevance | path

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

/AOO41X/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx1298 char extCLSID[MAX_PATH]; in RegisterSearchHandler() local
1300 … if (QueryRegistryKey( HKEY_CLASSES_ROOT, extCLSIDName.c_str(), "", extCLSID, MAX_PATH)) in RegisterSearchHandler()
1305 extCLSID); in RegisterSearchHandler()
1337 char extCLSID[MAX_PATH]; in UnregisterSearchHandler() local
1339 … if (QueryRegistryKey( HKEY_CLASSES_ROOT, extCLSIDName.c_str(), "", extCLSID, MAX_PATH)) in UnregisterSearchHandler()
1344 extCLSID); in UnregisterSearchHandler()