Searched refs:PtrSetWindowTextW (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_syswm.c210 typedef BOOL (WINAPI *PtrSetWindowTextW)(HWND hWnd, LPCWSTR lpString); typedef
228 static PtrSetWindowTextW swtw = NULL;
233 swtw = (PtrSetWindowTextW) GetProcAddress(dll, "SetWindowTextW");

Completed in 255 milliseconds