IPXC_Inst::APIVersion Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_APIVersion([out, retval]  ULONG*  nVersion);
+
<pre class="brush:cpp;gutter:false">HRESULT get_APIVersion([out, retval]  ULONG*  version);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Inst|IPXC_Inst]]
 
[[PXV:IPXC_Inst|IPXC_Inst]]

Revision as of 07:06, 12 June 2015


Property APIVersion of interface IPXC_Inst returns Value of ULONG ...

Syntax

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

See Also

IPXC_Inst