Home
last modified time | relevance | path

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

/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp95 HRESULT put_Value(ICatalogObject *pObj, LPCWSTR name, T val) in put_Value() function
97 return pObj->put_Value(_bstr_t(name), _variant_t(val)); in put_Value()
310 chk(put_Value(pObj, L"Name", QGA_PROVIDER_LNAME)); in COMRegister()
311 chk(put_Value(pObj, L"Description", QGA_PROVIDER_LNAME)); in COMRegister()
312 chk(put_Value(pObj, L"ApplicationAccessChecksEnabled", true)); in COMRegister()
313 chk(put_Value(pObj, L"Authentication", short(6))); in COMRegister()
314 chk(put_Value(pObj, L"AuthenticationCapability", short(2))); in COMRegister()
315 chk(put_Value(pObj, L"ImpersonationLevel", short(2))); in COMRegister()
359 chk(put_Value(pObj, L"Name", buffer)); in COMRegister()
360 chk(put_Value(pObj, L"Description", L"Administrators group")); in COMRegister()
[all …]