CertStoreProvCloseCallback

An application-defined callback function that is called by CertCloseStore when the store's reference count is decremented to zero.

void WINAPI CertStoreProvCloseCallback(
  IN HCERTSTOREPROV hStoreProv,  
  IN DWORD dwFlags               
);
 

Parameters

hStoreProv
The provider specific value returned in CERT_STORE_PROV_INFO by CertDllOpenStoreProv.
dwFlags
This parameter is the dwFlags that was passed as a parameter to CertCloseStore.