ICertEncodeCRLDistInfo::GetNameCount method (certenc.h)
The GetNameCount method returns the number of names in a certificate revocation list (CRL) distribution point.
Syntax
HRESULT GetNameCount(
[in] LONG DistPointIndex,
[out] LONG *pNameCount
);
Parameters
[in] DistPointIndex
Specifies the index of the distribution point for which to get the name count.
[out] pNameCount
A pointer to a Long that will represent the number of name values contained in the CRL distribution point.
Return value
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 names in the CRL distribution point.Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | certenc.h (include Certsrv.h) |
Library | Certidl.lib |
DLL | Certenc.dll |
See also
ICertEncodeCRLDistInfo::GetDistPointCount