ReactOS 0.4.16-dev-588-gf07ea94
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbSize |
DWORD | cStoreProvFunc |
void ** | rgpvStoreProvFunc |
HCERTSTOREPROV | hStoreProv |
DWORD | dwStoreProvFlags |
HCRYPTOIDFUNCADDR | hStoreProvFuncAddr2 |
Definition at line 1146 of file wincrypt.h.
DWORD _CERT_STORE_PROV_INFO::cbSize |
Definition at line 1147 of file wincrypt.h.
Referenced by CRYPT_CreateFileStore(), CRYPT_MsgOpenStore(), CRYPT_ProvOpenStore(), and CRYPT_RegOpenStore().
DWORD _CERT_STORE_PROV_INFO::cStoreProvFunc |
Definition at line 1148 of file wincrypt.h.
Referenced by CRYPT_CreateFileStore(), CRYPT_MsgOpenStore(), CRYPT_ProvCreateStore(), and CRYPT_RegOpenStore().
DWORD _CERT_STORE_PROV_INFO::dwStoreProvFlags |
Definition at line 1151 of file wincrypt.h.
Referenced by CRYPT_ProvCreateStore().
HCERTSTOREPROV _CERT_STORE_PROV_INFO::hStoreProv |
Definition at line 1150 of file wincrypt.h.
Referenced by CRYPT_CreateFileStore(), CRYPT_MsgOpenStore(), CRYPT_ProvCreateStore(), and CRYPT_RegOpenStore().
HCRYPTOIDFUNCADDR _CERT_STORE_PROV_INFO::hStoreProvFuncAddr2 |
Definition at line 1152 of file wincrypt.h.
void** _CERT_STORE_PROV_INFO::rgpvStoreProvFunc |
Definition at line 1149 of file wincrypt.h.
Referenced by CRYPT_CreateFileStore(), CRYPT_MsgOpenStore(), CRYPT_ProvCreateStore(), and CRYPT_RegOpenStore().