IPXV_Plugin::version Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Plugin::version Property}}
 
{{#customTitle:IPXV_Plugin::version Property}}
{{#parentPage:PXV:IPXV_Plugin|property}}
+
{{#parentPage:PXV:IPXV_Plugin|version Property|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_version([out, retval] ULONG* pVersion);
+
<pre class="brush:cpp;gutter:false">HRESULT get_version([out, retval] ULONG* pVersion);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_Plugin|IPXV_Plugin]].
 
See also [[PXV:IPXV_Plugin|IPXV_Plugin]].

Revision as of 06:31, 23 April 2015


Property version of interface IPXV_Plugin returns version of the plugin. Version number built from four numbers - major version number, minor version number, build number, revision number. Each number is a byte and they should be combined into ULONG value, major version number as most significant byte.

Syntax

HRESULT get_version([out, retval]  ULONG*  pVersion);

See Also

See also IPXV_Plugin.