IPXC_Inst::APIVersion Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
(Label ToWrite removed)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
{{#customTitle:IPXC_Inst::APIVersion Property}}
 
{{#customTitle:IPXC_Inst::APIVersion Property}}
 
{{#parentPage:PXV:IPXC_Inst#Properties|APIVersion|property}}
 
{{#parentPage:PXV:IPXC_Inst#Properties|APIVersion|property}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''APIVersion''' of interface [[PXV:IPXC_Inst|IPXC_Inst]] returns  Value of ULONG ...
+
Returns the actual version of the SDK. For more details about SDK version, please see [[PXV:IPXV_Inst_APIVersion|IPXV_Inst::get_APIVersion]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_APIVersion([out, retval]  ULONG*  version);
+
<pre class="brush:cpp;gutter:false">HRESULT get_APIVersion([out, retval]  ULONG*  nVersion);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Inst|IPXC_Inst]]
+
[[PXV:IPXC_Inst|IPXC_Inst]], [[PXV:IPXV_Inst_APIVersion|IPXV_Inst::get_APIVersion]]

Latest revision as of 12:03, 16 October 2015


Returns the actual version of the SDK. For more details about SDK version, please see IPXV_Inst::get_APIVersion.

Syntax

HRESULT get_APIVersion([out, retval]  ULONG*  nVersion);

See Also

IPXC_Inst, IPXV_Inst::get_APIVersion