Home
last modified time | relevance | path

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

/qemu/qga/vss-win32/
H A Dinstall.cpp189 COMPointer<ICOMAdminCatalog2> pCatalog; in QGAProviderFind() local
198 (void **)pCatalog.replace())); in QGAProviderFind()
199 chk(pCatalog->GetCollection(_bstr_t(L"Applications"), in QGAProviderFind()
266 COMPointer<ICOMAdminCatalog2> pCatalog; in COMRegister() local
296 (void **)pCatalog.replace())); in COMRegister()
300 chk(pCatalog->GetCollection(_bstr_t(L"Applications"), in COMRegister()
338 chk(pCatalog->CreateServiceForApplication( in COMRegister()
342 chk(pCatalog->InstallComponent(_bstr_t(QGA_PROVIDER_LNAME), in COMRegister()