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()
306 chk(put_Value(pObj, L"Name", QGA_PROVIDER_LNAME)); in COMRegister()
307 chk(put_Value(pObj, L"Description", QGA_PROVIDER_LNAME)); in COMRegister()
308 chk(put_Value(pObj, L"ApplicationAccessChecksEnabled", true)); in COMRegister()
309 chk(put_Value(pObj, L"Authentication", short(6))); in COMRegister()
310 chk(put_Value(pObj, L"AuthenticationCapability", short(2))); in COMRegister()
311 chk(put_Value(pObj, L"ImpersonationLevel", short(2))); in COMRegister()
355 chk(put_Value(pObj, L"Name", buffer)); in COMRegister()
356 chk(put_Value(pObj, L"Description", L"Administrators group")); in COMRegister()
[all …]