Searched refs:wparams (Results 1 – 1 of 1) sorted by relevance
5042 static const WPARAM wparams[] = {0, in test_WM_DEVICECHANGE() local5058 for (i = 0; i < ARRAY_SIZE(wparams); i++) in test_WM_DEVICECHANGE()5061 ret = PostMessageA(hwnd, WM_DEVICECHANGE, wparams[i], 0); in test_WM_DEVICECHANGE()5062 if (wparams[i] & 0x8000) in test_WM_DEVICECHANGE()