An application-defined callback function that reads the provider's copy of the CRL context. If one exists, a new CRL context is created.
Currently not called directly by the certificate store functions. However, may be exported to support other providers.
BOOL WINAPI CertStoreProvReadCRLCallback(
IN HCERTSTOREPROV hStoreProv,
IN PCCRL_CONTEXT pStoreCrlContext,
IN DWORD dwFlags,
OUT PCCRL_CONTEXT *ppProvCrlContext
);
Returns TRUE if the CRL was successfully read.