IUIX_Edit::Text Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval]  BSTR*  pRet);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Text([out, retval]  BSTR*  sRet);
HRESULT put_Text([in]  BSTR  pRet);
+
HRESULT put_Text([in]  BSTR  sRet);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Edit|IUIX_Edit]]
 
[[PXV:IUIX_Edit|IUIX_Edit]]

Latest revision as of 04:21, 15 June 2015


Property Text of interface IUIX_Edit returns/sets Value of BSTR ...

Syntax

HRESULT get_Text([out, retval]  BSTR*  sRet);
HRESULT put_Text([in]  BSTR  sRet);

See Also

IUIX_Edit