[ros-diffs] [greatlrd] 28681: implement stub for NtGdiGetGlyphIndicesW, NtGdiGetGlyphIndicesWInternal, NtGdiGetLinkedUFIs, NtGdiGetMonitorID, NtGdiGetObjectBitmapHandle, NtGdiGetRealizationInfo

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Thu Aug 30 21:24:17 CEST 2007


Author: greatlrd
Date: Thu Aug 30 23:24:17 2007
New Revision: 28681

URL: http://svn.reactos.org/svn/reactos?rev=28681&view=rev
Log:
implement stub for NtGdiGetGlyphIndicesW, NtGdiGetGlyphIndicesWInternal, NtGdiGetLinkedUFIs, NtGdiGetMonitorID, NtGdiGetObjectBitmapHandle, NtGdiGetRealizationInfo

Modified:
    trunk/reactos/subsystems/win32/win32k/stubs/stubs.c
    trunk/reactos/subsystems/win32/win32k/w32ksvc.db

Modified: trunk/reactos/subsystems/win32/win32k/stubs/stubs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/stubs/stubs.c?rev=28681&r1=28680&r2=28681&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/stubs/stubs.c (original)
+++ trunk/reactos/subsystems/win32/win32k/stubs/stubs.c Thu Aug 30 23:24:17 2007
@@ -2672,5 +2672,91 @@
 }
 
 
-
-
+ /*
+ * @unimplemented
+ */
+DWORD
+STDCALL
+NtGdiGetGlyphIndicesW(
+    IN HDC hdc,
+    IN OPTIONAL LPWSTR pwc,
+    IN INT cwc,
+    OUT OPTIONAL LPWORD pgi,
+    IN DWORD iMode)
+{
+    UNIMPLEMENTED;
+    return 0;
+}
+
+ /*
+ * @unimplemented
+ */
+DWORD
+STDCALL
+NtGdiGetGlyphIndicesWInternal(
+    IN HDC hdc,
+    IN OPTIONAL LPWSTR pwc,
+    IN INT cwc,
+    OUT OPTIONAL LPWORD pgi,
+    IN DWORD iMode,
+    IN BOOL bSubset)
+{
+    UNIMPLEMENTED;
+    return 0;
+}
+
+ /*
+ * @unimplemented
+ */
+INT
+STDCALL
+NtGdiGetLinkedUFIs(
+    IN HDC hdc,
+    OUT OPTIONAL PUNIVERSAL_FONT_ID pufiLinkedUFIs,
+    IN INT BufferSize)
+{
+    UNIMPLEMENTED;
+    return 0;
+}
+
+
+ /*
+ * @unimplemented
+ */
+HBITMAP
+STDCALL
+NtGdiGetObjectBitmapHandle(
+    IN HBRUSH hbr,
+    OUT UINT *piUsage)
+{
+    UNIMPLEMENTED;
+    return 0;
+}
+
+ /*
+ * @unimplemented
+ */
+BOOL
+STDCALL
+NtGdiGetMonitorID(
+    IN  HDC hdc,
+    IN  DWORD dwSize,
+    OUT LPWSTR pszMonitorID)
+{
+    UNIMPLEMENTED;
+    return FALSE;
+}
+
+ /*
+ * @unimplemented
+ */
+BOOL 
+NtGdiGetRealizationInfo(
+    IN HDC hdc,
+    OUT PREALIZATION_INFO pri,
+    IN HFONT hf)
+{
+    UNIMPLEMENTED;
+    return FALSE;
+}
+

Modified: trunk/reactos/subsystems/win32/win32k/w32ksvc.db
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/w32ksvc.db?rev=28681&r1=28680&r2=28681&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/w32ksvc.db (original)
+++ trunk/reactos/subsystems/win32/win32k/w32ksvc.db Thu Aug 30 23:24:17 2007
@@ -185,22 +185,22 @@
 NtGdiGetEudcTimeStampEx                          3
 NtGdiGetFontData                                 5
 NtGdiGetFontResourceInfoInternalW                7
-# NtGdiGetGlyphIndicesW                          5
-# NtGdiGetGlyphIndicesWInternal                  6
+NtGdiGetGlyphIndicesW                            5
+NtGdiGetGlyphIndicesWInternal                    6
 NtGdiGetGlyphOutline                             8
 NtGdiGetKerningPairs                             3
-# NtGdiGetLinkedUFIs                             3
+NtGdiGetLinkedUFIs                               3
 NtGdiGetMiterLimit                               2
-# NtGdiGetMonitorID                              3
+NtGdiGetMonitorID                                3
 NtGdiGetNearestColor                             2
 NtGdiGetNearestPaletteIndex                      2
-# NtGdiGetObjectBitmapHandle                     2
+NtGdiGetObjectBitmapHandle                       2
 NtGdiGetOutlineTextMetricsInternalW              4
 NtGdiGetPath                                     4
 NtGdiGetPixel                                    3
 NtGdiGetRandomRgn                                3
 NtGdiGetRasterizerCaps                           2
-# NtGdiGetRealizationInfo                        3
+NtGdiGetRealizationInfo                          3
 NtGdiGetRegionData                               3
 NtGdiGetRgnBox                                   2
 # NtGdiGetServerMetaFileBits                     7




More information about the Ros-diffs mailing list