Home
last modified time | relevance | path

Searched refs:pRoles (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
350 (IDispatch **)pRoles.replace())); in COMRegister()
351 chk(pRoles->Populate()); in COMRegister()
352 chk(pRoles->Add((IDispatch **)pObj.replace())); in COMRegister()
355 chk(pRoles->SaveChanges(&n)); in COMRegister()
360 chk(pRoles->GetCollection(_bstr_t(L"UsersInRole"), key, in COMRegister()