IPXV_SearchPtr::Count Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_SearchPtr::Count Property}} | {{#customTitle:IPXV_SearchPtr::Count Property}} | ||
{{#parentPage:PXV:IPXV_SearchPtr#Properties|Count|property}} | {{#parentPage:PXV:IPXV_SearchPtr#Properties|Count|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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* | + | <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);