Searched refs:m_EntryList (Results 1 – 2 of 2) sorted by relevance
126 m_EntryList.Add(RunOnceExEntry(ValueName, ExpandStr)); in HandleValue()172 qsort(m_EntryList.GetData(), m_EntryList.GetSize(), in RunOnceExSection()184 m_EntryList(Section.m_EntryList) in RunOnceExSection()198 return m_EntryList.GetSize(); in GetEntryCnt()207 for (int i = 0; i < m_EntryList.GetSize(); i++) in Exec()209 m_EntryList[i].Delete(m_RegKey); in Exec()210 bSuccess &= m_EntryList[i].Exec(); in Exec()
64 CSimpleArray<RunOnceExEntry> m_EntryList; variable