mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Setup support for ShowOwnedPopups and expand new function in NtUserCallTwoParam.
svn path=/trunk/; revision=16289
This commit is contained in:
parent
ce50274dc3
commit
7c91ae9295
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ NtUserCallOneParam(
|
|||
#define TWOPARAM_ROUTINE_GETSYSCOLORPENS 0x64
|
||||
#define TWOPARAM_ROUTINE_GETSYSCOLORS 0x65
|
||||
#define TWOPARAM_ROUTINE_SETSYSCOLORS 0x66
|
||||
#define TWOPARAM_ROUTINE_ROS_SHOWWINDOW 0x1000
|
||||
DWORD
|
||||
STDCALL
|
||||
NtUserCallTwoParam(
|
||||
|
|
Loading…
Reference in a new issue