An application-defined callback function that is called by CertDeleteCertificateFromStore before deleting a certificate from the store.
BOOL WINAPI CertStoreProvDeleteCertCallback(
IN HCERTSTOREPROV hStoreProv,
IN PCCERT_CONTEXT pCertContext,
IN DWORD dwFlags
);
Returns TRUE if it is okay to delete the certificate from the store. Otherwise, returns FALSE.