The GetNameCount method returns the number of names in a CRL distribution point.
[VB] long GetNameCount(
long DistPointIndex
);
[JAVA] int GetNameCount(
int DistPointIndex
);
[C++] HRESULT GetNameCount(
LONG DistPointIndex, // in
LONG * pNameCount // out, return value
);
Returns the number of names in the CRL distribution point.
Windows NT: Requires version 5.0 or later (or version 4.0 with the Windows NT 4.0 Option Pack).
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in certenc.h.
Import Library: Use certidl.lib.