CertStoreProvDeleteCRLCallback

An application-defined callback function that is called by CertDeleteCRLFromStore before deleting the CRL from the store.

BOOL WINAPI CertStoreProvDeleteCRLCallback(
  IN HCERTSTOREPROV hStoreProv,  
  IN PCCRL_CONTEXT pCrlContext,  
  IN DWORD dwFlags               
);
 

Parameters

hStoreProv
The provider-specific value returned in CERT_STORE_PROV_INFO by CertDllOpenStoreProv.
pCrlContext
A pointer to the CRL context to be deleted.
dwFlags
This parameter is reserved for future use and is set to zero.

Return Values

Returns TRUE if it is okay to delete from the store. Otherwise, returns FALSE.