Home
last modified time | relevance | path

Searched refs:CmdIdHigh (Results 1 – 9 of 9) sorted by relevance

/reactos/win32ss/user/winsrv/consrv/include/
H A Dterm.h64 #define TermMenuControl(Console, CmdIdLow, CmdIdHigh) \ argument
65 (Console)->FrontEndIFace.Vtbl->MenuControl(&(Console)->FrontEndIFace, (CmdIdLow), (CmdIdHigh))
H A Dconio_winsrv.h93 UINT CmdIdHigh);
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dconwnd.h80 UINT CmdIdHigh; /* Highest menu id of the user-reserved menu id range */ member
H A Dguiterm.c542 GuiData->CmdIdLow = GuiData->CmdIdHigh = 0; in GuiInitFrontEnd()
1147 UINT CmdIdHigh) in GuiMenuControl() argument
1152 GuiData->CmdIdHigh = CmdIdHigh; in GuiMenuControl()
H A Dconwnd.c366 if (GuiData->CmdIdLow <= (UINT)wParam && (UINT)wParam <= GuiData->CmdIdHigh) in OnCommand()
/reactos/win32ss/user/winsrv/consrv/
H A Dfrontendctl.c248 MenuControlRequest->CmdIdHigh); in CON_API()
/reactos/sdk/include/reactos/subsys/win/
H A Dconmsg.h695 ULONG CmdIdHigh; member
/reactos/win32ss/user/winsrv/consrv/frontends/tui/
H A Dtuiterm.c1181 UINT CmdIdHigh) in TuiMenuControl() argument
/reactos/dll/win32/kernel32/client/console/
H A Dconsole.c406 MenuControlRequest->CmdIdHigh = dwCmdIdHigh; in ConsoleMenuControl()