Home
last modified time | relevance | path

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

/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()
304 chk(put_Value(pObj, L"Name", QGA_PROVIDER_LNAME)); in COMRegister()
305 chk(put_Value(pObj, L"Description", QGA_PROVIDER_LNAME)); in COMRegister()
306 chk(put_Value(pObj, L"ApplicationAccessChecksEnabled", true)); in COMRegister()
307 chk(put_Value(pObj, L"Authentication", short(6))); in COMRegister()
308 chk(put_Value(pObj, L"AuthenticationCapability", short(2))); in COMRegister()
353 chk(put_Value(pObj, L"Name", buffer)); in COMRegister()
354 chk(put_Value(pObj, L"Description", L"Administrators group")); in COMRegister()
366 chk(put_Value(pObj, L"User", _bstr_t(".\\") + name)); in COMRegister()
[all …]