implement stub for NtGdiGetStringBitmapW

svn path=/trunk/; revision=28724
This commit is contained in:
Magnus Olsen 2007-08-31 22:15:37 +00:00
parent d398f1b8d1
commit f7d3b17972
3 changed files with 16 additions and 3 deletions

View file

@ -3091,8 +3091,8 @@ NtGdiGetGlyphOutline(
DWORD
STDCALL
NtGdiGetKerningPairs(HDC hDC,
DWORD NumPairs,
LPKERNINGPAIR krnpair)
ULONG NumPairs,
LPKERNINGPAIR krnpair)
{
UNIMPLEMENTED;
return 0;

View file

@ -2875,3 +2875,16 @@ NtGdiGetFontUnicodeRanges(
return 0;
}
UINT
STDCALL
NtGdiGetStringBitmapW(
IN HDC hdc,
IN LPWSTR pwsz,
IN UINT cwc,
OUT BYTE *lpSB,
IN UINT cj)
{
UNIMPLEMENTED;
return 0;
}

View file

@ -207,7 +207,7 @@ NtGdiGetRgnBox 2
NtGdiGetSpoolMessage 4
# NtGdiGetStats 5
NtGdiGetStockObject 1
# NtGdiGetStringBitmapW 5
NtGdiGetStringBitmapW 5
NtGdiGetSystemPaletteUse 1
NtGdiGetTextCharsetInfo 3
NtGdiGetTextExtent 5