IAFS_NamesCollection::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*  nCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  Count);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]
 
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]

Revision as of 09:43, 10 June 2015

Gets the count of file name objects in the collection.

Syntax

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

See Also

IAFS_NamesCollection