IPXV_SearchPtr::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchPtr::Count Property}}
 
{{#customTitle:IPXV_SearchPtr::Count Property}}
{{#parentPage:PXV:IPXV_SearchPtr#Properties|Count Property|property}}
+
{{#parentPage:PXV:IPXV_SearchPtr#Properties|Count|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Count''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns  Value of ULONG ...
+
Property '''nCount''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns  Value of ULONG containing the number of chunks.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]
 
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]

Latest revision as of 06:47, 20 January 2017


Property nCount of interface IPXV_SearchPtr returns Value of ULONG containing the number of chunks.

Syntax

HRESULT get_Count([out, retval]  ULONG*  nCount);

See Also

IPXV_SearchPtr