Method PropsSet
From AVObjects Knowledge Base
(Difference between revisions)
m (moved IAVProperties PropsSet to IAVProperties::PropsSet) |
|||
Line 1: | Line 1: | ||
− | {{This|interfaces/ | + | {{This|interfaces/IAVProperties/PropsSet.html}} |
Установить значение bsValue для свойства bsName | Установить значение bsValue для свойства bsName |
Revision as of 11:56, 8 July 2014
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
Установить значение 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. |