NtGdiEngCreateBitmap got one undoc param
authorMagnus Olsen <magnus@greatlord.com>
Fri, 24 Aug 2007 21:39:49 +0000 (21:39 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Fri, 24 Aug 2007 21:39:49 +0000 (21:39 +0000)
svn path=/trunk/; revision=28527

reactos/include/psdk/ntgdi.h

index 0d93591..4597308 100644 (file)
@@ -2934,7 +2934,8 @@ NtGdiEngCreateBitmap(
     IN LONG lWidth,
     IN ULONG iFormat,
     IN FLONG fl,
-    IN OPTIONAL PVOID pvBits
+    IN OPTIONAL PVOID pvBits,
+    IN DWORD UNKNOWN
 );
 
 W32KAPI