/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | shellbrowser.cpp | 82 (void)TreeView_SetImageList(_left_hwnd, _himl_old, TVSIL_NORMAL); in ~ShellBrowser() 178 _himl_old = TreeView_SetImageList(_left_hwnd, _himl, TVSIL_NORMAL); in InitializeTree() 271 (void)TreeView_SetImageList(_left_hwnd, _himl_old, TVSIL_NORMAL); in invalidate_cache() 277 _himl_old = TreeView_SetImageList(_left_hwnd, _himl, TVSIL_NORMAL); in invalidate_cache()
|
H A D | mainframe.cpp | 238 _himl_old = TreeView_SetImageList(_hsidebar, _himl, TVSIL_NORMAL); in MainFrameBase() 291 (void)TreeView_SetImageList(_hsidebar, _himl_old, TVSIL_NORMAL); in ~MainFrameBase()
|
/reactos/base/applications/mscutils/servman/ |
H A D | dependencies_tv1.c | 193 (void)TreeView_SetImageList(pDependData->hDependsTreeView1, in TV1_Initialize()
|
H A D | dependencies_tv2.c | 190 (void)TreeView_SetImageList(pDependData->hDependsTreeView2, in TV2_Initialize()
|
/reactos/base/applications/msconfig_new/comctl32ex/ |
H A D | treeview.c | 81 TreeView_SetImageList(hTree, in TreeView_Set3StateCheck()
|
/reactos/modules/rostests/winetests/GUI/ |
H A D | browsewnd.c | 251 (void)TreeView_SetImageList(pInfo->hBrowseTV, in PopulateTreeView()
|
/reactos/dll/cpl/hotplug/ |
H A D | hotplug.c | 255 TreeView_SetImageList(pHotplugData->hwndDeviceTree, in SafeRemovalDlgProc()
|
/reactos/dll/cpl/input/ |
H A D | settings_page.c | 404 hOldImageList = TreeView_SetImageList(hwndInputList, hLayoutImageList, TVSIL_NORMAL); in OnInitSettingsPage()
|
/reactos/dll/win32/devmgr/devmgmt/ |
H A D | DeviceView.cpp | 76 (void)TreeView_SetImageList(m_hTreeView, in Initialize()
|
/reactos/base/applications/regedit/ |
H A D | treeview.c | 491 (void)TreeView_SetImageList(hwndTV, himl, TVSIL_NORMAL); in InitTreeViewImageLists()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | view.cpp | 636 TreeView_SetImageList(hwndTreeView, s_hTreeImageList, TVSIL_NORMAL); in ViewDlg_OnInitDialog()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | traynotify.cpp | 908 (void)TreeView_SetImageList(_tree_ctrl, _himl, TVSIL_NORMAL); in TrayNotifyDlg()
|
/reactos/dll/cpl/mmsys/ |
H A D | sounds.c | 947 TreeView_SetImageList(hList, pGlobalData->hSoundsImageList, TVSIL_NORMAL); in ShowSoundScheme()
|
/reactos/dll/win32/shdocvw/ |
H A D | CNSCBand.cpp | 253 TreeView_SetImageList(m_hwndTreeView, (HIMAGELIST)piml, TVSIL_NORMAL); in _CreateTreeView()
|
/reactos/dll/win32/shell32/ |
H A D | brfolder.cpp | 155 TreeView_SetImageList(info->hwndTreeView, hImageList, 0); in BrFolder_InitTreeView()
|
H A D | COpenWithMenu.cpp | 1017 (void)TreeView_SetImageList(m_hTreeView, m_hImgList, TVSIL_NORMAL); in Init()
|
/reactos/base/applications/mscutils/eventvwr/ |
H A D | eventvwr.c | 3119 TreeView_SetImageList(hwndTreeView, hSmall, TVSIL_NORMAL); in InitInstance()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 3452 #define TreeView_SetImageList(hwnd,himl,iImage) (HIMAGELIST)SNDMSG((hwnd),TVM_SETIMAGELIST,iImage,(… macro
|