Searched refs:GdiConvertDC (Results 1 – 5 of 5) sorted by relevance
10 HDC WINAPI GdiConvertDC(HDC hdc);14 ok(GdiConvertDC((HDC)-1) == (HDC)-1, "\n"); in Test_GdiConvertDC()15 ok(GdiConvertDC((HDC)0) == (HDC)0, "\n"); in Test_GdiConvertDC()16 ok(GdiConvertDC((HDC)1) == (HDC)1, "\n"); in Test_GdiConvertDC()17 ok(GdiConvertDC((HDC)2) == (HDC)2, "\n"); in Test_GdiConvertDC()20 START_TEST(GdiConvertDC) in START_TEST() argument
32 GdiConvertDC.c
98 GdiConvertDC(HDC hdc) in GdiConvertDC() function
96 GdiConvertDC@4
251 251 stdcall GdiConvertDC(ptr)