IPXV_Plugin::Description Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Plugin::Description Property}}
 
{{#customTitle:IPXV_Plugin::Description Property}}
 +
{{#parentPage:PXV:IPXV_Plugin#Properties|Description|property}}
 +
{{ToReview}}
  
Property '''Description''' of interface [[PXV:IPXV_Plugin|IPXV_Plugin]] returns a short description of the plugin. That description is shown in the list of registered plugins in the Editor's preferences dialog.
+
Property '''sDescription''' of interface [[PXV:IPXV_Plugin|IPXV_Plugin]] returns a short description of the plugin. That description is shown in the list of registered plugins in the Editor's preferences dialog.
 
+
  
 
== 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_Plugin|IPXV_Plugin]].
+
[[PXV:IPXV_Plugin|IPXV_Plugin]]

Latest revision as of 04:06, 15 June 2015


Property sDescription of interface IPXV_Plugin returns a short description of the plugin. That description is shown in the list of registered plugins in the Editor's preferences dialog.

Syntax

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

See Also

IPXV_Plugin