I find a way to get ListView's selected item full path. I do it in treeview by using this:
temp = (HTREEITEM)SendDlgItemMessage(hWnd,ID_TREE,TVM_GETNEXTITEM,TVGN_PARENT,(LPARAM)temp);
But I don't find familiar method in listview controls. THanks for reading this and I w8 for your answers :)