Searched defs:showmode (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-win.c82 static int rpng_win_create_window(HINSTANCE hInst, int showmode);
115 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) argument
341 if (rpng_win_create_window(hInst, showmode))
398 static int rpng_win_create_window(HINSTANCE hInst, int showmode) argument
482 ShowWindow(global_hwnd, showmode);
H A Drpng2-win.c219 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) argument
240 global_showmode = showmode;

Completed in 117 milliseconds