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.cpp269 COMPointer<ICatalogCollection> pApps, pRoles, pUsersInRole; in COMRegister() local
367 (IDispatch **)pUsersInRole.replace())); in COMRegister()
368 chk(pUsersInRole->Populate()); in COMRegister()
370 chk(pUsersInRole->Add((IDispatch **)pObj.replace())); in COMRegister()
376 chk(pUsersInRole->Add((IDispatch **)pObj.replace())); in COMRegister()
378 chk(pUsersInRole->SaveChanges(&n)); in COMRegister()