Method PropsSet
From AVObjects Knowledge Base
		(Difference between revisions)
		
		
| Line 4: | Line 4: | ||
| == == | == == | ||
| − | <source lang= | + | <source lang=idl> | 
| HRESULT PropsSet( | HRESULT PropsSet( | ||
|     [in] BSTR bsName, |     [in] BSTR bsName, | ||
Latest revision as of 13:25, 8 July 2014
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
Set value bsValue for the property 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 Some error.
