Home
last modified time | relevance | path

Searched refs:m_SectionList (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/iernonce/
H A Dregistry.cpp286 qsort(m_SectionList.GetData(), m_SectionList.GetSize(), in RunOnceExInstance()
299 for (int i = 0; i < m_SectionList.GetSize(); i++) in Exec()
301 TotalCnt += m_SectionList[i].GetEntryCnt(); in Exec()
305 for (int i = 0; i < m_SectionList.GetSize(); i++) in Exec()
310 bSuccess &= m_SectionList[i].Exec(CompleteCnt, TotalCnt); in Exec()
311 m_SectionList[i].CloseAndDelete(m_RegKey); in Exec()
319 SendMessageW(hwnd, WM_SETINDEX, m_SectionList.GetSize(), bSuccess); in Exec()
353 m_SectionList.Add(Section); in HandleSubKey()
H A Ddialog.cpp33 if (m_RunOnceExInst.m_SectionList.GetSize() != 0) in RunDialogBox()
118 for (int i = 0; i < m_RunOnceExInst.m_SectionList.GetSize(); i++) in ProcessWindowMessage()
120 RunOnceExSection &Section = m_RunOnceExInst.m_SectionList[i]; in ProcessWindowMessage()
213 if ((int)wParam == m_RunOnceExInst.m_SectionList.GetSize()) in ProcessWindowMessage()
/reactos/dll/win32/iernonce/include/
H A Dregistry.h98 CSimpleArray<RunOnceExSection> m_SectionList; variable