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)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Plugin::version Property}}
 
{{#customTitle:IPXV_Plugin::version Property}}
{{#parentPage:PXV:IPXV_Plugin|version Property|property}}
+
{{#parentPage:PXV:IPXV_Plugin#Properties|version|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''version''' of interface [[PXV:IPXV_Plugin|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 <code>ULONG</code> value, major version number as most significant byte.
+
Property '''nVersion''' of interface [[PXV:IPXV_Plugin|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 <code>ULONG</code> value, major version number as most significant byte.
  
 
== 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*  nVersion);
 
</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 nVersion 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*  nVersion);

See Also

IPXV_Plugin