Home
last modified time | relevance | path

Searched refs:PM_GET_FILEWND_PTR (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/
H A Dexplorer.h61 #define PM_GET_FILEWND_PTR (WM_APP+0x05) macro
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dpane.cpp106 …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 Dmainframe.cpp1258 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 Dfilechild.cpp465 case PM_GET_FILEWND_PTR: in WndProc()