[ros-diffs] [greatlrd] 33591: Adding vista syscall NtGdiConfigureOPMProtectedOutput it is stub for now

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sun May 18 18:33:15 CEST 2008


Author: greatlrd
Date: Sun May 18 11:33:14 2008
New Revision: 33591

URL: http://svn.reactos.org/svn/reactos?rev=33591&view=rev
Log:
Adding vista syscall
NtGdiConfigureOPMProtectedOutput it is stub for now

Modified:
    branches/win32k-gdi-dx/include/reactos/win32k/ntgdityp.h
    branches/win32k-gdi-dx/subsystems/win32/win32k/stubs/stubs.c
    branches/win32k-gdi-dx/subsystems/win32/win32k/w32ksvc.db

Modified: branches/win32k-gdi-dx/include/reactos/win32k/ntgdityp.h
URL: http://svn.reactos.org/svn/reactos/branches/win32k-gdi-dx/include/reactos/win32k/ntgdityp.h?rev=33591&r1=33590&r2=33591&view=diff
==============================================================================
--- branches/win32k-gdi-dx/include/reactos/win32k/ntgdityp.h [iso-8859-1] (original)
+++ branches/win32k-gdi-dx/include/reactos/win32k/ntgdityp.h [iso-8859-1] Sun May 18 11:33:14 2008
@@ -658,4 +658,10 @@
     PGD_ENABLEDRIVER               EnableDriver; //ReactOS Extra
 } DRIVER_FUNCTIONS, *PDRIVER_FUNCTIONS;
 
+/* FIXME move to more proper place, Vista syscall */
+DWORD
+STDCALL
+NtGdiConfigureOPMProtectedOutput(DWORD x1, DWORD x2, DWORD x3, DWORD x4);
+
+
 #endif

Modified: branches/win32k-gdi-dx/subsystems/win32/win32k/stubs/stubs.c
URL: http://svn.reactos.org/svn/reactos/branches/win32k-gdi-dx/subsystems/win32/win32k/stubs/stubs.c?rev=33591&r1=33590&r2=33591&view=diff
==============================================================================
--- branches/win32k-gdi-dx/subsystems/win32/win32k/stubs/stubs.c [iso-8859-1] (original)
+++ branches/win32k-gdi-dx/subsystems/win32/win32k/stubs/stubs.c [iso-8859-1] Sun May 18 11:33:14 2008
@@ -2964,3 +2964,13 @@
   UNIMPLEMENTED;
   return FALSE;
 }
+
+
+/* Vista Syscall that are stub */
+DWORD
+STDCALL
+NtGdiConfigureOPMProtectedOutput(DWORD x1, DWORD x2, DWORD x3, DWORD x4)
+{
+	UNIMPLEMENTED;
+	return 0
+}

Modified: branches/win32k-gdi-dx/subsystems/win32/win32k/w32ksvc.db
URL: http://svn.reactos.org/svn/reactos/branches/win32k-gdi-dx/subsystems/win32/win32k/w32ksvc.db?rev=33591&r1=33590&r2=33591&view=diff
==============================================================================
--- branches/win32k-gdi-dx/subsystems/win32/win32k/w32ksvc.db [iso-8859-1] (original)
+++ branches/win32k-gdi-dx/subsystems/win32/win32k/w32ksvc.db [iso-8859-1] Sun May 18 11:33:14 2008
@@ -673,6 +673,10 @@
 NtGdiDrawStream                                  3
 #
 #
+# Vista Syscall add on
+NtGdiConfigureOPMProtectedOutput                 4
+#
+#
 #ReactOS specific syscalls
 NtGdiSetDIBits                          7
 NtGdiSetViewportExtEx                   4



More information about the Ros-diffs mailing list