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)
Line 7: Line 7:
  
 
== 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]]

Revision as of 02:19, 4 June 2015

Gets number of items in the name tree.

Syntax

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

See Also

IPXC_NameTree