GetBitCount

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
);
 

Parameters

[C++] pBitCount
Points to the return value. See Return Values.

Return Values

Returns the number of bits.


© 1997 by Microsoft Corporation. All rights reserved.