IString::Value Property
From PDF XChange PDF SDK
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IString::Value Property}} | {{#customTitle:IString::Value Property}} | ||
{{#parentPage:PXV:IString#Properties|Value|property}} | {{#parentPage:PXV:IString#Properties|Value|property}} | ||
− | + | ||
Gets/sets the <code>BSTR</code> value of the string. | Gets/sets the <code>BSTR</code> value of the string. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Value([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Value([out, retval] BSTR* sVal); |
− | HRESULT put_Value([in] BSTR | + | HRESULT put_Value([in] BSTR sVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IString|IString]] | [[PXV:IString|IString]] |
Latest revision as of 14:57, 16 June 2015
Gets/sets the BSTR
value of the string.
Syntax
HRESULT get_Value([out, retval] BSTR* sVal); HRESULT put_Value([in] BSTR sVal);