An application-defined callback function that is called by CertSetCRLContextProperty before setting the CRL's property. It is also called by CertGetCRLContextProperty, when getting a hash property that needs to be created and then persisted via the set.
Upon input, the property hasn't been set for the pCrlContext parameter.
BOOL CertStoreProvSetCRLPropertyCallback(
IN HCERTSTOREPROV hStoreProv,
IN PCCRL_CONTEXT pCrlContext,
IN DWORD dwPropId,
IN DWORD dwFlags,
IN const void *pvData
);
Returns TRUE if it is okay to set the property.