|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#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 299 of file crypt32_private.h.
| void(* store_vtbl_t::addref) (struct WINE_CRYPTCERTSTORE *) |
Definition at line 300 of file crypt32_private.h.
Referenced by CertDuplicateStore(), Context_CreateDataContext(), and Context_CreateLinkContext().
| CONTEXT_FUNCS store_vtbl_t::certs |
Definition at line 304 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 303 of file crypt32_private.h.
Referenced by CertControlStore().
| CONTEXT_FUNCS store_vtbl_t::crls |
Definition at line 305 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 306 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 301 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 302 of file crypt32_private.h.
Referenced by Context_Release().