INamedPropertyStore::SetNamedValue method

Sets the value of a named property.

Syntax


HRESULT SetNamedValue(
  [in]       LPCWSTR     pszName,
  [inconst PROPVARIANT *pv
);

Parameters

pszName [in]

Type: LPCWSTR

A pointer to the property name, as a Unicode string, in the named property store.

pv [in]

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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Propsys.h

IDL

Propsys.idl

 

 

Show: