|
ReactOS 0.4.17-dev-470-gf9e3448
|
#include <crypt32_private.h>

Public Attributes | |
| void(* | addref )(struct WINE_CRYPTCERTSTORE *) |
| DWORD(* | release )(struct WINE_CRYPTCERTSTORE *, DWORD) |
| void(* | releaseContext )(struct WINE_CRYPTCERTSTORE *, context_t *) |
| BOOL(* | control )(struct WINE_CRYPTCERTSTORE *, DWORD, DWORD, void const *) |
| CONTEXT_FUNCS | certs |
| CONTEXT_FUNCS | crls |
| CONTEXT_FUNCS | ctls |
Definition at line 309 of file crypt32_private.h.
| void(* store_vtbl_t::addref) (struct WINE_CRYPTCERTSTORE *) |
Definition at line 310 of file crypt32_private.h.
Referenced by CertDuplicateStore(), Context_CreateDataContext(), and Context_CreateLinkContext().
| CONTEXT_FUNCS store_vtbl_t::certs |
Definition at line 314 of file crypt32_private.h.
Referenced by add_cert_to_store(), CertDeleteCertificateFromStore(), CertEnumCertificatesInStore(), Collection_enumCert(), ProvStore_addCert(), ProvStore_deleteCert(), and ProvStore_enumCert().
Definition at line 313 of file crypt32_private.h.
Referenced by CertControlStore().
| CONTEXT_FUNCS store_vtbl_t::crls |
Definition at line 315 of file crypt32_private.h.
Referenced by CertAddCRLContextToStore(), CertDeleteCRLFromStore(), CertEnumCRLsInStore(), Collection_enumCRL(), ProvStore_addCRL(), ProvStore_deleteCRL(), and ProvStore_enumCRL().
| CONTEXT_FUNCS store_vtbl_t::ctls |
Definition at line 316 of file crypt32_private.h.
Referenced by CertAddCTLContextToStore(), CertDeleteCTLFromStore(), CertEnumCTLsInStore(), Collection_enumCTL(), ProvStore_addCTL(), ProvStore_deleteCTL(), and ProvStore_enumCTL().
| DWORD(* store_vtbl_t::release) (struct WINE_CRYPTCERTSTORE *, DWORD) |
Definition at line 311 of file crypt32_private.h.
Referenced by CertCloseStore(), Context_Release(), and ProvStore_release().
| void(* store_vtbl_t::releaseContext) (struct WINE_CRYPTCERTSTORE *, context_t *) |
Definition at line 312 of file crypt32_private.h.
Referenced by Context_Release().