Searched refs:GdiConvertBitmap (Results 1 – 5 of 5) sorted by relevance
10 HBITMAP WINAPI GdiConvertBitmap(HBITMAP hbm);14 ok(GdiConvertBitmap((HBITMAP)-1) == (HBITMAP)-1, "\n"); in Test_GdiConvertBitmap()15 ok(GdiConvertBitmap((HBITMAP)0) == (HBITMAP)0, "\n"); in Test_GdiConvertBitmap()16 ok(GdiConvertBitmap((HBITMAP)1) == (HBITMAP)1, "\n"); in Test_GdiConvertBitmap()17 ok(GdiConvertBitmap((HBITMAP)2) == (HBITMAP)2, "\n"); in Test_GdiConvertBitmap()20 START_TEST(GdiConvertBitmap) in START_TEST() argument
30 GdiConvertBitmap.c
76 GdiConvertBitmap(HBITMAP hbm) in GdiConvertBitmap() function
94 GdiConvertBitmap@4
248 248 stdcall GdiConvertBitmap(ptr)