ReactOS 0.4.15-dev-7842-g558ab78
_WINE_PROVIDERSTORE Struct Reference
Collaboration diagram for _WINE_PROVIDERSTORE:

Public Attributes

WINECRYPT_CERTSTORE hdr
 
DWORD dwStoreProvFlags
 
WINECRYPT_CERTSTOREmemStore
 
HCERTSTOREPROV hStoreProv
 
PFN_CERT_STORE_PROV_CLOSE provCloseStore
 
PFN_CERT_STORE_PROV_WRITE_CERT provWriteCert
 
PFN_CERT_STORE_PROV_DELETE_CERT provDeleteCert
 
PFN_CERT_STORE_PROV_WRITE_CRL provWriteCrl
 
PFN_CERT_STORE_PROV_DELETE_CRL provDeleteCrl
 
PFN_CERT_STORE_PROV_WRITE_CTL provWriteCtl
 
PFN_CERT_STORE_PROV_DELETE_CTL provDeleteCtl
 
PFN_CERT_STORE_PROV_CONTROL provControl
 

Detailed Description

Definition at line 30 of file provstore.c.

Member Data Documentation

◆ dwStoreProvFlags

DWORD _WINE_PROVIDERSTORE::dwStoreProvFlags

Definition at line 33 of file provstore.c.

Referenced by ProvStore_release().

◆ hdr

WINECRYPT_CERTSTORE _WINE_PROVIDERSTORE::hdr

Definition at line 32 of file provstore.c.

Referenced by ProvStore_addCRL(), ProvStore_addCTL(), and ProvStore_release().

◆ hStoreProv

◆ memStore

◆ provCloseStore

PFN_CERT_STORE_PROV_CLOSE _WINE_PROVIDERSTORE::provCloseStore

Definition at line 36 of file provstore.c.

Referenced by ProvStore_release().

◆ provControl

PFN_CERT_STORE_PROV_CONTROL _WINE_PROVIDERSTORE::provControl

Definition at line 43 of file provstore.c.

Referenced by ProvStore_control().

◆ provDeleteCert

PFN_CERT_STORE_PROV_DELETE_CERT _WINE_PROVIDERSTORE::provDeleteCert

Definition at line 38 of file provstore.c.

Referenced by ProvStore_deleteCert().

◆ provDeleteCrl

PFN_CERT_STORE_PROV_DELETE_CRL _WINE_PROVIDERSTORE::provDeleteCrl

Definition at line 40 of file provstore.c.

Referenced by ProvStore_deleteCRL().

◆ provDeleteCtl

PFN_CERT_STORE_PROV_DELETE_CTL _WINE_PROVIDERSTORE::provDeleteCtl

Definition at line 42 of file provstore.c.

Referenced by ProvStore_deleteCTL().

◆ provWriteCert

PFN_CERT_STORE_PROV_WRITE_CERT _WINE_PROVIDERSTORE::provWriteCert

Definition at line 37 of file provstore.c.

Referenced by ProvStore_addCert().

◆ provWriteCrl

PFN_CERT_STORE_PROV_WRITE_CRL _WINE_PROVIDERSTORE::provWriteCrl

Definition at line 39 of file provstore.c.

Referenced by ProvStore_addCRL().

◆ provWriteCtl

PFN_CERT_STORE_PROV_WRITE_CTL _WINE_PROVIDERSTORE::provWriteCtl

Definition at line 41 of file provstore.c.

Referenced by ProvStore_addCTL().


The documentation for this struct was generated from the following file: