IBitSet::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IBitSet::Count Property}}
 
{{#customTitle:IBitSet::Count Property}}
 +
{{#parentPage:PXV:IBitSet#Properties|Count|property}}
  
Property '''Count''' of interface [[PXV:IBitSet|IBitSet]] returns  Value of ULONG ...
+
Gets number of bits in the [[PXV:IBitSet|bit-set]].
 
+
  
 
== 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:IBitSet|IBitSet]].
+
[[PXV:IBitSet|IBitSet]]

Latest revision as of 03:12, 15 June 2015

Gets number of bits in the bit-set.

Syntax

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

See Also

IBitSet