Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 3.12 KB

nf-certenc-icertencodebitstring-getbitcount.md

File metadata and controls

76 lines (63 loc) · 3.12 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:certenc.ICertEncodeBitString.GetBitCount
ICertEncodeBitString::GetBitCount (certenc.h)
Returns the number of bits in a bit string that belongs to the CertEncodeBitString object and has been initialized by an earlier call to ICertEncodeBitString::Decode.
CCertEncodeBitString object [Security]
GetBitCount method
GetBitCount
GetBitCount method [Security]
GetBitCount method [Security]
CCertEncodeBitString object
GetBitCount method [Security]
ICertEncodeBitString interface
ICertEncodeBitString interface [Security]
GetBitCount method
ICertEncodeBitString.GetBitCount
ICertEncodeBitString::GetBitCount
_certsrv_icertencodebitstring_getbitcount
certenc/ICertEncodeBitString::GetBitCount
security.icertencodebitstring_getbitcount
security\icertencodebitstring_getbitcount.htm
security
9fbaaf03-02b8-4c6f-8cc2-3fd897fdc81d
12/05/2018
CCertEncodeBitString object [Security],GetBitCount method, GetBitCount, GetBitCount method [Security], GetBitCount method [Security],CCertEncodeBitString object, GetBitCount method [Security],ICertEncodeBitString interface, ICertEncodeBitString interface [Security],GetBitCount method, ICertEncodeBitString.GetBitCount, ICertEncodeBitString::GetBitCount, _certsrv_icertencodebitstring_getbitcount, certenc/ICertEncodeBitString::GetBitCount, security.icertencodebitstring_getbitcount
certenc.h
Certsrv.h
Windows
None supported
Windows Server 2003 [desktop apps only]
Certidl.lib
Certenc.dll
Windows
19H1
ICertEncodeBitString::GetBitCount
certenc/ICertEncodeBitString::GetBitCount
c++
APIRef
kbSyntax
COM
Certenc.dll
ICertEncodeBitString.GetBitCount
CCertEncodeBitString.GetBitCount

ICertEncodeBitString::GetBitCount

-description

The GetBitCount method returns the number of bits in a bit string that belongs to the CertEncodeBitString object and has been initialized by an earlier call to ICertEncodeBitString::Decode.

-parameters

-param pBitCount [out]

A pointer to a Long that will receive the number of bits in the bit string.

-returns

C++

If the method succeeds, the method returns S_OK.

If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

VB

The return value is the number of bits in the bit string.

-see-also

ICertEncodeBitString