Home
last modified time | relevance | path

Searched refs:PM_FRM_GET_MENUINFO (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.h280 #define PM_FRM_GET_MENUINFO (WM_APP+0x02) macro
282 #define Frame_GetMenuInfo(hwnd) ((MenuInfo*)SNDMSG(hwnd, PM_FRM_GET_MENUINFO, 0, 0))
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp351 case PM_FRM_GET_MENUINFO: in ProcessMessage()