| 268 | } |
| 269 | |
| 270 | int PluginListView::getCurrentSelectedIndex() |
| 271 | { |
| 272 | return (int)SendMessage(_hListView, LVM_GETNEXTITEM, WPARAM(-1), LVIS_SELECTED); |
| 273 | } |
| 274 | |
| 275 | void PluginListView::setMessage(TCHAR *msg) |
| 276 | { |
nothing calls this directly
no outgoing calls
no test coverage detected