Add UpdateLayeredWindowIndirect to def and cleanup and add a new type in dce.h.

svn path=/trunk/; revision=36405
This commit is contained in:
James Tabor 2008-09-22 15:49:38 +00:00
parent 86186976c5
commit 9c5dbd4ca2
2 changed files with 3 additions and 1 deletions

View file

@ -705,6 +705,7 @@ UnregisterHotKey@8=NtUserUnregisterHotKey@8
UnregisterMessagePumpHook@0
UnregisterUserApiHook@0
UpdateLayeredWindow@36=NtUserUpdateLayeredWindow@36
UpdateLayeredWindowIndirect@8
UpdatePerUserSystemParameters@8
UpdateWindow@4
User32InitializeImmEntryTable@4

View file

@ -39,7 +39,8 @@ typedef struct tagDCE
#define DCX_DCEEMPTY 0x00000800
#define DCX_DCEBUSY 0x00001000
#define DCX_DCEDIRTY 0x00002000
#define DCX_DCPOWNED 0x00008000
#define DCX_LAYEREDWIN 0x00004000
#define DCX_DCPOWNED 0x00008000
#define DCX_USESTYLE 0x00010000
#define DCX_KEEPCLIPRGN 0x00040000
#define DCX_NOCLIPCHILDREN 0x00080000