The CRL_DIST_POINTS_INFO structure identifies a list of CRL distribution point to which a certificate user should refer to ascertain if the certificate has been revoked.
typedef struct _CRL_DIST_POINTS_INFO {
DWORD cDistPoint;
PCRL_DIST_POINT rgDistPoint;
} CRL_DIST_POINTS_INFO, *PCRL_DIST_POINTS_INFO;