INamedPropertyStore::SetNamedValue method (propsys.h)
Sets the value of a named property.
Syntax
HRESULT SetNamedValue(
[in] LPCWSTR pszName,
[in] REFPROPVARIANT propvar
);
Parameters
[in] pszName
Type: LPCWSTR
A pointer to the property name, as a Unicode string, in the named property store.
[in] propvar
Type: const PROPVARIANT*
A pointer to a PROPVARIANT structure that contains the value to set for the property named in pszName.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | propsys.h |