|
ReactOS 0.4.16-dev-2284-g3529151
|
#include <CStore.hpp>

Public Member Functions | |
| CStore (_In_ LPCWSTR cryptName, DWORD dwFlags) | |
| ~CStore () | |
| LPCWSTR | GetStoreName () const |
| void | Expand () |
| void | EnumCertificates () |
| template<typename Fn > | |
| void | ForEach (Fn callback) |
Private Member Functions | |
| HCERTSTORE | StoreHandle () |
Private Attributes | |
| CAtlStringW | m_CryptName |
| DWORD | m_dwFlags |
| CAtlStringW | m_StoreName |
| HCERTSTORE | m_hStore = NULL |
| CAtlList< CCert * > | m_Certificates |
| bool | m_Expanded = false |
Definition at line 8 of file CStore.hpp.
Definition at line 31 of file CStore.hpp.
|
inline |
Definition at line 42 of file CStore.hpp.
|
inline |
Definition at line 68 of file CStore.hpp.
Referenced by Expand().
|
inline |
Definition at line 57 of file CStore.hpp.
Referenced by ForEach(), and CCertMgrProperties::OnStoreChanged().
Definition at line 83 of file CStore.hpp.
Referenced by CCertMgrProperties::OnStoreChanged().
|
inline |
Definition at line 51 of file CStore.hpp.
|
inlineprivate |
Definition at line 19 of file CStore.hpp.
Referenced by EnumCertificates().
|
private |
Definition at line 15 of file CStore.hpp.
Referenced by EnumCertificates(), and ForEach().
|
private |
Definition at line 11 of file CStore.hpp.
Referenced by StoreHandle().
|
private |
Definition at line 12 of file CStore.hpp.
Referenced by StoreHandle().
Definition at line 16 of file CStore.hpp.
Referenced by Expand().
|
private |
Definition at line 14 of file CStore.hpp.
Referenced by StoreHandle(), and ~CStore().
|
private |
Definition at line 13 of file CStore.hpp.
Referenced by CStore(), and GetStoreName().