implement stub for NtGdiGetGlyphIndicesW, NtGdiGetGlyphIndicesWInternal, NtGdiGetLinkedUFIs, NtGdiGetMonitorID, NtGdiGetObjectBitmapHandle, NtGdiGetRealizationInfo

svn path=/trunk/; revision=28681
This commit is contained in:
Magnus Olsen 2007-08-30 19:24:17 +00:00
parent 0096b32061
commit 5fefe33526
2 changed files with 92 additions and 6 deletions

View 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;
}

View 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