IBitSet::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IBitSet::Count Property}}
 
{{#customTitle:IBitSet::Count Property}}
{{#parentPage:PXV:IBitSet|Count Property|property}}
+
{{#parentPage:PXV:IBitSet#Properties|Count|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
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 ==
[[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