NtGdiEngCreateDeviceBitmap need four param the last param are undoc in msdn/osr

at moment I do have small clude what it is use for. But I name it to UNKNOWN, 
you can check the syscall table and u see it is 4 param not 3 it need. 

svn path=/trunk/; revision=28515
This commit is contained in:
Magnus Olsen 2007-08-24 14:24:49 +00:00
parent d419e5b695
commit bd1e7500b2

View file

@ -2980,7 +2980,8 @@ APIENTRY
NtGdiEngCreateDeviceBitmap(
IN DHSURF dhsurf,
IN SIZEL sizl,
IN ULONG iFormatCompat
IN ULONG iFormatCompat,
IN DWORD UNKNOWN
);
W32KAPI