mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Add NtGdiGetRandomRgn iCode values.
svn path=/trunk/; revision=33634
This commit is contained in:
parent
b16ac9683a
commit
c379e6ad12
1 changed files with 5 additions and 0 deletions
|
@ -195,6 +195,11 @@ typedef DWORD LFTYPE;
|
||||||
#define C1_CMYK_ABLE 0x1000
|
#define C1_CMYK_ABLE 0x1000
|
||||||
#define C1_SLOW_CARD 0x2000
|
#define C1_SLOW_CARD 0x2000
|
||||||
|
|
||||||
|
// NtGdiGetRandomRgn iCodes
|
||||||
|
#define CLIPRGN 1 // GetClipRgn
|
||||||
|
#define METARGN 2 // GetMetaRgn
|
||||||
|
#define APIRGN 3
|
||||||
|
|
||||||
/* TYPES *********************************************************************/
|
/* TYPES *********************************************************************/
|
||||||
|
|
||||||
typedef PVOID KERNEL_PVOID;
|
typedef PVOID KERNEL_PVOID;
|
||||||
|
|
Loading…
Reference in a new issue