IPXC_NameTree::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:IPXC_NameTree::Count Property}}
 
{{#customTitle:IPXC_NameTree::Count Property}}
{{#parentPage:PXV:IPXC_NameTree#Properties|Count Property|property}}
+
{{#parentPage:PXV:IPXC_NameTree#Properties|Count|property}}
  
 
Gets number of items in the name tree.
 
Gets number of items in the name tree.
  
 
== 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:IPXC_NameTree|IPXC_NameTree]]
 
[[PXV:IPXC_NameTree|IPXC_NameTree]]

Latest revision as of 03:30, 15 June 2015

Gets number of items in the name tree.

Syntax

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

See Also

IPXC_NameTree