Added control panel applet icons to the list control imagelist. Next I'll make them...
[reactos.git] / rosapps / control / listview.h
index a51ed28..fccf7f4 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 
 
 HWND CreateListView(HWND hwndParent, int id, DWORD style);
-BOOL RefreshListView(HWND hwndTV, HKEY hKey, LPTSTR keyPath);
+BOOL RefreshListView(HWND hwndTV, LPTSTR szPath);
 
 
 #ifdef __cplusplus