ReactOS 0.4.16-dev-112-g52265ae
|
#include <registry.h>
Public Member Functions | |
RunOnceExSection (_In_ CRegKeyEx &hParentKey, _In_ const CStringW &lpSubKeyName) | |
RunOnceExSection (_In_ const RunOnceExSection &Section) | |
BOOL | CloseAndDelete (_In_ CRegKeyEx &hParentKey) |
UINT | GetEntryCnt () const |
BOOL | Exec (_Inout_ UINT &iCompleteCnt, _In_ const UINT iTotalCnt) |
Public Attributes | |
BOOL | m_bSuccess |
ATL::CStringW | m_SectionTitle |
CSimpleArray< RunOnceExEntry > | m_EntryList |
Private Member Functions | |
BOOL | HandleValue (_In_ CRegKeyEx &hKey, _In_ const CStringW &ValueName) |
Private Attributes | |
ATL::CStringW | m_SectionName |
CRegKeyEx | m_RegKey |
Friends | |
class | RunOnceExInstance |
int | RunOnceExSectionCmp (_In_ const void *a, _In_ const void *b) |
Definition at line 51 of file registry.h.
RunOnceExSection::RunOnceExSection | ( | _In_ CRegKeyEx & | hParentKey, |
_In_ const CStringW & | lpSubKeyName | ||
) |
Definition at line 132 of file registry.cpp.
RunOnceExSection::RunOnceExSection | ( | _In_ const RunOnceExSection & | Section | ) |
Definition at line 180 of file registry.cpp.
Definition at line 189 of file registry.cpp.
Definition at line 201 of file registry.cpp.
UINT RunOnceExSection::GetEntryCnt | ( | ) | const |
Definition at line 196 of file registry.cpp.
|
private |
Definition at line 85 of file registry.cpp.
Referenced by RunOnceExSection().
|
friend |
Definition at line 84 of file registry.h.
Definition at line 219 of file registry.cpp.
BOOL RunOnceExSection::m_bSuccess |
Definition at line 62 of file registry.h.
Referenced by RunOnceExInstance::HandleSubKey(), and RunOnceExSection().
CSimpleArray<RunOnceExEntry> RunOnceExSection::m_EntryList |
Definition at line 64 of file registry.h.
Referenced by Exec(), GetEntryCnt(), HandleValue(), and RunOnceExSection().
|
private |
Definition at line 55 of file registry.h.
Referenced by CloseAndDelete(), Exec(), RunOnceExInstance::HandleSubKey(), and RunOnceExSection().
|
private |
Definition at line 54 of file registry.h.
Referenced by CloseAndDelete().
ATL::CStringW RunOnceExSection::m_SectionTitle |
Definition at line 63 of file registry.h.
Referenced by RunOnceExInstance::HandleSubKey(), HandleValue(), and ProgressDlg::ProcessWindowMessage().