implement stub for NtGdiGetGlyphIndicesW, NtGdiGetGlyphIndicesWInternal, NtGdiGetLink...
authorMagnus Olsen <magnus@greatlord.com>
Thu, 30 Aug 2007 19:24:17 +0000 (19:24 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Thu, 30 Aug 2007 19:24:17 +0000 (19:24 +0000)
svn path=/trunk/; revision=28681

reactos/subsystems/win32/win32k/stubs/stubs.c
reactos/subsystems/win32/win32k/w32ksvc.db

index 5bb3494..ed558e2 100644 (file)
@@ -2672,5 +2672,91 @@ NtGdiGetSpoolMessage( DWORD u1,
 }
 
 
+ /*
+ * @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;
+}
 
index 93921ea..6de5684 100644 (file)
@@ -185,22 +185,22 @@ NtGdiGetETM                                      2
 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