Home
last modified time | relevance | path

Searched refs:GdiGetLocalDC (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/apitests/gdi32/
H A DGdiGetLocalDC.c10 HDC WINAPI GdiGetLocalDC(HDC);
14 ok(GdiGetLocalDC((HDC)-1) == (HDC)-1, "\n"); in Test_GdiGetLocalDC()
15 ok(GdiGetLocalDC((HDC)0) == (HDC)0, "\n"); in Test_GdiGetLocalDC()
16 ok(GdiGetLocalDC((HDC)1) == (HDC)1, "\n"); in Test_GdiGetLocalDC()
17 ok(GdiGetLocalDC((HDC)2) == (HDC)2, "\n"); in Test_GdiGetLocalDC()
20 START_TEST(GdiGetLocalDC) in START_TEST() argument
H A DCMakeLists.txt39 GdiGetLocalDC.c
/reactos/win32ss/gdi/gdi32/misc/
H A Dhistoric.c278 GdiGetLocalDC(HDC hdc) in GdiGetLocalDC() function
/reactos/win32ss/gdi/gdi32/
H A Dgdi32.spec293 293 stdcall GdiGetLocalDC(ptr)