Method PropsGet

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
(Created page with "Получить значение для свойства bsName <source lang=cpp> HRESULT PropsSet( [in] BSTR bsName, [out] BSTR* pbsValue ); </source> ''Paramet...")
 

Revision as of 01:11, 1 July 2014

Получить значение для свойства 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.
Personal tools