IPXV_DocSelection::ClusterID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ClusterID''' of interface [[PXV:IPXV_DocSelection|IPXV_DocSelection]] returns  Value of LONG ...
+
Property '''nClusterID''' of interface [[PXV:IPXV_DocSelection|IPXV_DocSelection]] returns  Value of LONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ClusterID([out, retval]  LONG*  ClusterID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ClusterID([out, retval]  LONG*  nClusterID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_DocSelection|IPXV_DocSelection]]
 
[[PXV:IPXV_DocSelection|IPXV_DocSelection]]

Latest revision as of 03:51, 15 June 2015


Property nClusterID of interface IPXV_DocSelection returns Value of LONG ...

Syntax

HRESULT get_ClusterID([out, retval]  LONG*  nClusterID);

See Also

IPXV_DocSelection