IPXC_NameTree::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* nCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* pCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_NameTree|IPXC_NameTree]].
 
See also [[PXV:IPXC_NameTree|IPXC_NameTree]].

Revision as of 09:16, 21 April 2015


Gets number of items in the name tree.

Syntax

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

See Also

See also IPXC_NameTree.