CertStoreProvWriteCTL callback function
The CertStoreProvWriteCTL callback function can be called by CertAddEncodedCTLToStore, CertAddCTLContextToStore or CertAddSerializedElementToStore before a CTL is added to the store.
Syntax
BOOL WINAPI CertStoreProvWriteCTL( _In_ HCERTSTOREPROV hStoreProv, _In_ PCCTL_CONTEXT pCtlContext, _In_ DWORD dwFlags ); typedef void (*PFN_CERT_STORE_PROV_WRITE_CTL)();
Parameters
- hStoreProv [in]
-
HCERTSTOREPROV handle to a certificate store.
- pCtlContext [in]
-
A pointer to a CTL_CONTEXT structure.
- dwFlags [in]
-
Any needed flag values.
Return value
Returns TRUE if elements can be added to the store.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also