Home
last modified time | relevance | path

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

/qemu/qga/vss-win32/
H A Dinstall.cpp182 HRESULT (*found)(ICatalogCollection *, int, void *), void *arg) in QGAProviderFind() argument
190 COMPointer<ICatalogCollection> pColl; in QGAProviderFind()
221 static HRESULT QGAProviderCount(ICatalogCollection *coll, int i, void *arg) in QGAProviderCount()
232 static HRESULT QGAProviderRemove(ICatalogCollection *coll, int i, void *arg) in QGAProviderRemove()
267 COMPointer<ICatalogCollection> pApps, pRoles, pUsersInRole; in COMRegister()