IUIX_Obj::WndClassName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Obj::WndClassName Property}}
 
{{#customTitle:IUIX_Obj::WndClassName Property}}
{{#parentPage:PXV:IUIX_Obj#Properties|WndClassName Property|property}}
+
{{#parentPage:PXV:IUIX_Obj#Properties|WndClassName|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''WndClassName''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns  Value of BSTR ...
+
Property '''sWndClassName''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_WndClassName([out, retval]  BSTR*  ppWndClassName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_WndClassName([out, retval]  BSTR*  sWndClassName);
 
</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 sWndClassName of interface IUIX_Obj returns Value of BSTR ...

Syntax

HRESULT get_WndClassName([out, retval]  BSTR*  sWndClassName);

See Also

IUIX_Obj