EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
CertStoreProvCloseCallback callback function
An application-defined callback function that is called by CertCloseStore when the store's reference count is decremented to zero.
Syntax
void WINAPI CertStoreProvCloseCallback( _In_ HCERTSTOREPROV hStoreProv, _In_ DWORD dwFlags ); typedef void (*PFN_CERT_STORE_PROV_CLOSE)();
Parameters
- hStoreProv [in]
-
Provider-specific value returned in CERT_STORE_PROV_INFO by CertDllOpenStoreProv.
- dwFlags [in]
-
Copy of the dwFlags passed as a parameter to CertCloseStore.
Return value
This callback function does not return a value.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
---|---|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
See also
Afficher: