IUniqueStrings::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUniqueStrings::Count Property}}
 
{{#customTitle:IUniqueStrings::Count Property}}
 +
{{#parentPage:PXV:IUniqueStrings#Properties|Count|property}}
  
Property '''Count''' of interface [[PXV:IUniqueStrings|IUniqueStrings]] returns  Value of ULONG ...
 
  
 +
Gets number of items in the unique strings list.
  
 
== 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 ==
See also [[PXV:IUniqueStrings|IUniqueStrings]].
+
[[PXV:IUniqueStrings|IUniqueStrings]]

Latest revision as of 16:04, 16 June 2015


Gets number of items in the unique strings list.

Syntax

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

See Also

IUniqueStrings