IUIX_Obj::WndText Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''WndText''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns/sets  Value of BSTR ...
+
Property '''sWndText''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns/sets  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_WndText([out, retval]  BSTR*  WndText);
+
<pre class="brush:cpp;gutter:false">HRESULT get_WndText([out, retval]  BSTR*  sWndText);
HRESULT put_WndText([in]  BSTR  WndText);
+
HRESULT put_WndText([in]  BSTR  sWndText);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Obj|IUIX_Obj]]
 
[[PXV:IUIX_Obj|IUIX_Obj]]

Latest revision as of 04:32, 15 June 2015


Property sWndText of interface IUIX_Obj returns/sets Value of BSTR ...

Syntax

HRESULT get_WndText([out, retval]  BSTR*  sWndText);
HRESULT put_WndText([in]  BSTR  sWndText);

See Also

IUIX_Obj