IString::Value Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Value([out, retval]  BSTR*  Val);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Value([out, retval]  BSTR*  sVal);
HRESULT put_Value([in]  BSTR  Val);
+
HRESULT put_Value([in]  BSTR  sVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IString|IString]]
 
[[PXV:IString|IString]]

Revision as of 04:10, 15 June 2015


Gets/sets the BSTR value of the string.

Syntax

HRESULT get_Value([out, retval]  BSTR*  sVal);
HRESULT put_Value([in]  BSTR  sVal);

See Also

IString