CertStoreProvWriteCTL callback function
Applies to: desktop apps only
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 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012