|
ReactOS 0.4.16-dev-2284-g3529151
|
#include <CStoreList.hpp>
Public Member Functions | |
| CStoreList (StoreType type) | |
| void | LoadStores () |
| DWORD | StoreTypeFlags () const |
| template<typename Fn > | |
| void | ForEach (Fn callback) |
Static Private Member Functions | |
| static BOOL CALLBACK | s_StoreCallback (const void *pvSystemStore, DWORD dwFlags, PCERT_SYSTEM_STORE_INFO pStoreInfo, void *pvReserved, void *pvArg) |
Private Attributes | |
| CAtlList< CStore * > | m_Stores |
| StoreType | m_Type |
Definition at line 15 of file CStoreList.hpp.
|
explicit |
Definition at line 10 of file CStoreList.cpp.
Definition at line 39 of file CStoreList.hpp.
Referenced by CCertMgrProperties::OnInitDialog().
| void CStoreList::LoadStores | ( | ) |
Definition at line 46 of file CStoreList.cpp.
Referenced by ForEach().
|
staticprivate |
Definition at line 31 of file CStoreList.cpp.
Referenced by LoadStores().
| DWORD CStoreList::StoreTypeFlags | ( | ) | const |
Definition at line 15 of file CStoreList.cpp.
Referenced by LoadStores(), and s_StoreCallback().
|
private |
Definition at line 18 of file CStoreList.hpp.
Referenced by ForEach(), and s_StoreCallback().
|
private |
Definition at line 19 of file CStoreList.hpp.
Referenced by StoreTypeFlags().