Home
last modified time | relevance | path

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

/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp267 COMPointer<ICatalogCollection> pApps, pRoles, pUsersInRole; in COMRegister() local
361 (IDispatch **)pUsersInRole.replace())); in COMRegister()
362 chk(pUsersInRole->Populate()); in COMRegister()
364 chk(pUsersInRole->Add((IDispatch **)pObj.replace())); in COMRegister()
370 chk(pUsersInRole->Add((IDispatch **)pObj.replace())); in COMRegister()
372 chk(pUsersInRole->SaveChanges(&n)); in COMRegister()