gdi32: Add GdiGetDevmodeForPage stub.

This commit is contained in:
Piotr Caban 2023-10-10 17:04:14 +02:00 committed by Alexandre Julliard
parent c2489c501d
commit 78acbb6fec
2 changed files with 10 additions and 1 deletions

View file

@ -2682,3 +2682,12 @@ BOOL WINAPI GdiDeleteSpoolFileHandle( HANDLE h )
FIXME( "%p\n", h );
return FALSE;
}
/*******************************************************************
* GdiGetDevmodeForPage (GDI32.@)
*/
BOOL WINAPI GdiGetDevmodeForPage( HANDLE h, DWORD page, DEVMODEW **cur, DEVMODEW **prev )
{
FIXME( "%p %ld %p %p\n", h, page, cur, prev );
return FALSE;
}

View file

@ -191,7 +191,7 @@
@ stdcall GdiGetCharDimensions(long ptr ptr)
@ stdcall GdiGetCodePage(long)
# @ stub GdiGetDC
# @ stub GdiGetDevmodeForPage
@ stdcall GdiGetDevmodeForPage(ptr long ptr ptr)
@ stub GdiGetLocalBitmap
@ stub GdiGetLocalBrush
@ stub GdiGetLocalDC