IPXV_Tool::Description Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Tool::Description Property}}
 
{{#customTitle:IPXV_Tool::Description Property}}
{{#parentPage:PXV:IPXV_Tool|Description Property|property}}
+
{{#parentPage:PXV:IPXV_Tool#Properties|Description|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Description''' of interface [[PXV:IPXV_Tool|IPXV_Tool]] returns  Value of BSTR ...
+
Property '''sDescription''' of interface [[PXV:IPXV_Tool|IPXV_Tool]] returns  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Description([out, retval]  BSTR*  ppDescription);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Description([out, retval]  BSTR*  sDescription);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Tool|IPXV_Tool]].
+
[[PXV:IPXV_Tool|IPXV_Tool]]

Latest revision as of 04:08, 15 June 2015


Property sDescription of interface IPXV_Tool returns Value of BSTR ...

Syntax

HRESULT get_Description([out, retval]  BSTR*  sDescription);

See Also

IPXV_Tool