The GetBitCount method returns the number of bits in a bit string.
[VB] long GetBitCount(void); [JAVA] int GetBitCount(void); [C++] HRESULT GetBitCount( LONG * pBitCount // out, return value );
Returns the number of bits.
© 1997 by Microsoft Corporation. All rights reserved.