IPXV_Plugin::version Property

From PDF XChange PDF SDK
Revision as of 04:06, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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