ReactOS 0.4.15-dev-8636-g945e856
|
#include <crypt32_private.h>
Public Attributes | |
BOOL(* | addContext )(struct WINE_CRYPTCERTSTORE *, context_t *, context_t *, context_t **, BOOL) |
context_t *(* | enumContext )(struct WINE_CRYPTCERTSTORE *store, context_t *prev) |
BOOL(* | delete )(struct WINE_CRYPTCERTSTORE *, context_t *) |
Definition at line 269 of file crypt32_private.h.
BOOL(* _CONTEXT_FUNCS::addContext) (struct WINE_CRYPTCERTSTORE *, context_t *, context_t *, context_t **, BOOL) |
Definition at line 277 of file crypt32_private.h.
Referenced by add_cert_to_store(), CertAddCRLContextToStore(), CertAddCTLContextToStore(), CRYPT_CollectionAddContext(), ProvStore_addCert(), ProvStore_addCRL(), and ProvStore_addCTL().
BOOL(* _CONTEXT_FUNCS::delete) (struct WINE_CRYPTCERTSTORE *, context_t *) |
Definition at line 279 of file crypt32_private.h.
Referenced by CertDeleteCertificateFromStore(), CertDeleteCRLFromStore(), CertDeleteCTLFromStore(), ProvStore_deleteCert(), ProvStore_deleteCRL(), and ProvStore_deleteCTL().
context_t *(* _CONTEXT_FUNCS::enumContext) (struct WINE_CRYPTCERTSTORE *store, context_t *prev) |
Definition at line 278 of file crypt32_private.h.
Referenced by CertEnumCertificatesInStore(), CertEnumCRLsInStore(), CertEnumCTLsInStore(), CRYPT_CollectionAdvanceEnum(), ProvStore_enumCert(), ProvStore_enumCRL(), and ProvStore_enumCTL().