IPXV_Plugin::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Name''' of interface [[PXV:IPXV_Plugin|IPXV_Plugin]] returns a localized name of the plugin for the UI.
+
Property '''sName''' of interface [[PXV:IPXV_Plugin|IPXV_Plugin]] returns a localized name of the plugin for the UI.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval]  BSTR*  Name);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Name([out, retval]  BSTR*  sName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Plugin|IPXV_Plugin]]
 
[[PXV:IPXV_Plugin|IPXV_Plugin]]

Latest revision as of 04:06, 15 June 2015


Property sName of interface IPXV_Plugin returns a localized name of the plugin for the UI.

Syntax

HRESULT get_Name([out, retval]  BSTR*  sName);

See Also

IPXV_Plugin