Author: greatlrd
Date: Fri Aug 24 18:46:06 2007
New Revision: 28516
URL:
http://svn.reactos.org/svn/reactos?rev=28516&view=rev
Log:
the NtGdiEngCreateDeviceSurface got 4 param, see syscall table. and official doc from
msdn and osr say only 3, we can clear see it is 4 param in the syscall table.
and I name it the four param as UNKNOWN for now.
Modified:
trunk/reactos/include/psdk/ntgdi.h
Modified: trunk/reactos/include/psdk/ntgdi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntgdi.h?rev=2…
==============================================================================
--- trunk/reactos/include/psdk/ntgdi.h (original)
+++ trunk/reactos/include/psdk/ntgdi.h Fri Aug 24 18:46:06 2007
@@ -2971,7 +2971,8 @@
NtGdiEngCreateDeviceSurface(
IN DHSURF dhsurf,
IN SIZEL sizl,
- IN ULONG iFormatCompat
+ IN ULONG iFormatCompat,
+ IN DWORD UNKNOWN
);
W32KAPI