Method PropsSet

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Rod (Talk | contribs)
(Created page with "Установить значение bsValue для свойства bsName <source lang=cpp> HRESULT PropsSet( [in] BSTR bsName, [in] BSTR bsValue ); </source> ''...")
Newer edit →

Revision as of 00:17, 1 July 2014

Установить значение bsValue для свойства bsName

HRESULT PropsSet(
   [in] BSTR bsName,
   [in] BSTR bsValue
   );

Parameters:

bsName Name of Property
bsValue Value for property.

Returns:

S_OK Property values is set
E_INVALIDARG Property with name bsName not found
E_FAIL Error in property value.
Personal tools