Method PropsGet
From AVObjects Knowledge Base
(Difference between revisions)
m (moved IAVProperties::PropsGet to IAVProperties PropsGet) |
|||
Line 1: | Line 1: | ||
+ | {{This|interfaces/iavproperties/PropsGet.html}} | ||
+ | |||
Получить значение для свойства bsName | Получить значение для свойства bsName | ||
Revision as of 11:50, 8 July 2014
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
Получить значение для свойства bsName
HRESULT PropsSet( [in] BSTR bsName, [out] BSTR* pbsValue );
Parameters:
bsName | Name of Property |
pbsValue | Pointer to variable for return property value. |
Returns:
S_OK | Property values is returned |
E_INVALIDARG | Property with name bsName not found |
E_FAIL | Some error. |