CertStoreProvControl function pointer
The CertStoreProvControl callback function supports the CertControlStore API. All of the API's parameters are passed straight through to the callback. For details, see CertControlStore.
Syntax
typedef BOOL ( WINAPI *PFN_CERT_STORE_PROV_CONTROL)( _Inout_ HCERTSTOREPROV hStoreProv, _In_ DWORD dwFlags, _In_ DWORD dwCtrlType, _In_opt_ const void *pvCtrlPara );
Parameters
- hStoreProv [in, out]
-
HCERTSTOREPROV handle to a certificate store passed from the call to CertControlStore.
- dwFlags [in]
-
Passed from the call to CertControlStore.
- dwCtrlType [in]
-
Control action to be taken. Passed from the call to CertControlStore.
- pvCtrlPara [in, optional]
-
A pointer to a buffer whose structure and content is determined by the values of dwFlags and dwCtrlType. Passed from the call to CertControlStore.
Return value
Returns TRUE if the function succeeds or FALSE if it fails.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|