IBitSet::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IBitSet::Count Property}}
 
{{#customTitle:IBitSet::Count Property}}
 
{{#parentPage:PXV:IBitSet#Properties|Count|property}}
 
{{#parentPage:PXV:IBitSet#Properties|Count|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Count''' of interface [[PXV:IBitSet|IBitSet]] returns  Value of ULONG ...
+
Gets number of bits in the [[PXV:IBitSet|bit set]].
  
 
== Syntax ==
 
== Syntax ==

Revision as of 01:58, 25 May 2015


Gets number of bits in the bit set.

Syntax

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

See Also

IBitSet