IPXV_Plugin::Publisher Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Plugin::Publisher Property}}
 
{{#customTitle:IPXV_Plugin::Publisher Property}}
{{#parentPage:PXV:IPXV_Plugin|Publisher Property|property}}
+
{{#parentPage:PXV:IPXV_Plugin#Properties|Publisher|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Publisher([out, retval]  BSTR*  ppPublisherName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Publisher([out, retval]  BSTR*  sPublisherName);
 
</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 Publisher of interface IPXV_Plugin returns a name of plugin's publisher.

Syntax

HRESULT get_Publisher([out, retval]  BSTR*  sPublisherName);

See Also

IPXV_Plugin