IOptions::SetProperty

 

Sets the value of the property pstrName to pvarValue.

Syntax

HRESULT SetProperty(LPCOLESTR pstrName,VARIANT *pvarValue);  

Parameters

pstrName

[in] The name of the property to set the value of.

pvarValue

[in] The new value of the property.

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IOptions Interface