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.cpp269 COMPointer<ICatalogCollection> pApps, pRoles, pUsersInRole; in COMRegister() local
352 (IDispatch **)pRoles.replace())); in COMRegister()
353 chk(pRoles->Populate()); in COMRegister()
354 chk(pRoles->Add((IDispatch **)pObj.replace())); in COMRegister()
357 chk(pRoles->SaveChanges(&n)); in COMRegister()
362 chk(pRoles->GetCollection(_bstr_t(L"UsersInRole"), key, in COMRegister()