IString::Value Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IString::Value Property}} | {{#customTitle:IString::Value Property}} | ||
− | {{#parentPage:PXV:IString|property | + | {{#parentPage:PXV:IString#Properties|Value|property}} |
− | + | ||
− | + | ||
− | + | ||
+ | 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]] |
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);