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)
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]]

Revision as of 02:48, 4 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