IPXV_BookmList::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BookmList::Count Property}}
 
{{#customTitle:IPXV_BookmList::Count Property}}
{{#parentPage:PXV:IPXV_BookmList#Properties|Count Property|property}}
+
{{#parentPage:PXV:IPXV_BookmList#Properties|Count|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 8: Line 8:
  
 
== 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_BookmList|IPXV_BookmList]]
 
[[PXV:IPXV_BookmList|IPXV_BookmList]]

Latest revision as of 03:48, 15 June 2015


Gets number of items in the bookmarks list.

Syntax

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

See Also

IPXV_BookmList