Searched refs:GetListViewItem (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/netcfgx/ |
H A D | tcpipconf_notify.c | 1190 GetListViewItem(HWND hDlgCtrl, UINT Index, UINT SubIndex, WCHAR * szBuffer, UINT BufferSize) in GetListViewItem() function 1223 if (GetListViewItem(hDlgCtrl, iIndex, 0, szBuffer, sizeof(szBuffer)/sizeof(WCHAR))) in StoreIPSettings() 1233 if (GetListViewItem(hDlgCtrl, iIndex, 1, szBuffer, sizeof(szBuffer)/sizeof(WCHAR) )) in StoreIPSettings()
|