mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:43:01 +00:00
implement stub for NtGdiGetGlyphIndicesW, NtGdiGetGlyphIndicesWInternal, NtGdiGetLinkedUFIs, NtGdiGetMonitorID, NtGdiGetObjectBitmapHandle, NtGdiGetRealizationInfo
svn path=/trunk/; revision=28681
This commit is contained in:
parent
0096b32061
commit
5fefe33526
2 changed files with 92 additions and 6 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -185,22 +185,22 @@ NtGdiGetETM 2
|
||||||
NtGdiGetEudcTimeStampEx 3
|
NtGdiGetEudcTimeStampEx 3
|
||||||
NtGdiGetFontData 5
|
NtGdiGetFontData 5
|
||||||
NtGdiGetFontResourceInfoInternalW 7
|
NtGdiGetFontResourceInfoInternalW 7
|
||||||
# NtGdiGetGlyphIndicesW 5
|
NtGdiGetGlyphIndicesW 5
|
||||||
# NtGdiGetGlyphIndicesWInternal 6
|
NtGdiGetGlyphIndicesWInternal 6
|
||||||
NtGdiGetGlyphOutline 8
|
NtGdiGetGlyphOutline 8
|
||||||
NtGdiGetKerningPairs 3
|
NtGdiGetKerningPairs 3
|
||||||
# NtGdiGetLinkedUFIs 3
|
NtGdiGetLinkedUFIs 3
|
||||||
NtGdiGetMiterLimit 2
|
NtGdiGetMiterLimit 2
|
||||||
# NtGdiGetMonitorID 3
|
NtGdiGetMonitorID 3
|
||||||
NtGdiGetNearestColor 2
|
NtGdiGetNearestColor 2
|
||||||
NtGdiGetNearestPaletteIndex 2
|
NtGdiGetNearestPaletteIndex 2
|
||||||
# NtGdiGetObjectBitmapHandle 2
|
NtGdiGetObjectBitmapHandle 2
|
||||||
NtGdiGetOutlineTextMetricsInternalW 4
|
NtGdiGetOutlineTextMetricsInternalW 4
|
||||||
NtGdiGetPath 4
|
NtGdiGetPath 4
|
||||||
NtGdiGetPixel 3
|
NtGdiGetPixel 3
|
||||||
NtGdiGetRandomRgn 3
|
NtGdiGetRandomRgn 3
|
||||||
NtGdiGetRasterizerCaps 2
|
NtGdiGetRasterizerCaps 2
|
||||||
# NtGdiGetRealizationInfo 3
|
NtGdiGetRealizationInfo 3
|
||||||
NtGdiGetRegionData 3
|
NtGdiGetRegionData 3
|
||||||
NtGdiGetRgnBox 2
|
NtGdiGetRgnBox 2
|
||||||
# NtGdiGetServerMetaFileBits 7
|
# NtGdiGetServerMetaFileBits 7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue