Home
last modified time | relevance | path

Searched refs:GetValueAt (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/apitests/atl/
H A DCSimpleMap.cpp65 ok_int(map1.GetValueAt(0), 2); in START_TEST()
66 ok_int(map1.GetValueAt(1), 3); in START_TEST()
/reactos/sdk/lib/atl/
H A Datlsimpcoll.h358 TVal& GetValueAt(int nIndex) in GetValueAt() function
364 const TVal& GetValueAt(int nIndex) const in GetValueAt() function
/reactos/base/applications/rapps/
H A Dconfigparser.cpp155 ResultString = m_Keys.GetValueAt(nIndex); in GetString()
/reactos/dll/win32/shell32/dialogs/
H A Dfiletypes.cpp1272 const CStringW& cmd = pEditType->CommandLineMap.GetValueAt(i); in EditTypeDlg_WriteClass()
1545 CStringW str = pEditType->CommandLineMap.GetValueAt(iIndex); in EditTypeDlg_OnCommand()
/reactos/dll/win32/shlwapi/
H A Dpropbag.cpp186 HRESULT hr = ::VariantCopy(pvari, &m_PropMap.GetValueAt(iItem)); in Read()