IPXV_Plugin::Name Property
From PDF XChange PDF SDK
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:IPXV_Plugin::Name Property}} | {{#customTitle:IPXV_Plugin::Name Property}} | ||
− | {{#parentPage:PXV:IPXV_Plugin#Properties|Name | + | {{#parentPage:PXV:IPXV_Plugin#Properties|Name|property}} |
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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* | + | <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 03: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);