CertStoreProvSetCRLPropertyCallback

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          
);
 

Parameters

hStoreProv
The provider specific value returned in CERT_STORE_PROV_INFO by CertDllOpenStoreProv.
pCrlContext
See CertSetCRLContextProperty.
dwPropId
See CertSetCRLContextProperty.
dwFlags
This parameter is the dwFlags that was passed as a parameter to CertSetCRLContextProperty.
pvData
See CertSetCRLContextProperty.

Return Values

Returns TRUE if it is okay to set the property.