IPXV_Plugin::CopyrightInfo Property

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

Syntax

HRESULT get_CopyrightInfo([out, retval]  BSTR*  sCopyrightInfo);

See Also

IPXV_Plugin