Searched refs:PM_GET_FILEWND_PTR (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | explorer.h | 61 #define PM_GET_FILEWND_PTR (WM_APP+0x05) macro
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | pane.cpp | 106 …FileChildWindow* child = (FileChildWindow*) SendMessage(GetParent(_hwnd), PM_GET_FILEWND_PTR, 0, 0… in WndProc() 114 …FileChildWindow* child = (FileChildWindow*) SendMessage(GetParent(_hwnd), PM_GET_FILEWND_PTR, 0, 0… in WndProc()
|
H A D | mainframe.cpp | 1258 FileChildWindow* child = (FileChildWindow*) SendMessage(child_wnd, PM_GET_FILEWND_PTR, 0, 0); in activate_drive_window() 1283 FileChildWindow* child = (FileChildWindow*) SendMessage(child_wnd, PM_GET_FILEWND_PTR, 0, 0); in activate_child_window()
|
H A D | filechild.cpp | 465 case PM_GET_FILEWND_PTR: in WndProc()
|