search for: hrawinput

Displaying 2 results from an estimated 2 matches for "hrawinput".

Did you mean: rawinput
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
..., NULL)) + { + ERR("Failed to CreateThread for __pollInput.\n"); + return FALSE; + } + + mouse_init = TRUE; return TRUE; } @@ -397,12 +494,86 @@ BOOL WINAPI DECLSPEC_HOTPATCH RegisterRawInputDevices(PRAWINPUTDEVICE pRawInputD */ UINT WINAPI GetRawInputData(HRAWINPUT hRawInput, UINT uiCommand, LPVOID pData, PUINT pcbSize, UINT cbSizeHeader) { - FIXME("(hRawInput=%p, uiCommand=%d, pData=%p, pcbSize=%p, cbSizeHeader=%d) stub!\n", - hRawInput, uiCommand, pData, pcbSize, cbSizeHeader); + HRESULT hr; + RAWINPUT *raw; + int i; -...
2007 Oct 26
0
Wine release 0.9.48
...msvcrt: Fix the calling convention of _wsearchenv() and _wspawnv*(). ole32: Fix the CoCreateGuid() ordinal in the documentation. msdmo: Fix a winapi_check documentation warning and improve the documentation a bit. msdmo: Fix the DMOGetName() prototype. user32: Fix the HRAWINPUT definition and the GetRawInputData() prototype. Update win32.api to fix the winapi_check warnings. wtsapi32: Add a couple of related prototypes. Better match the PSDK types and update win32.api to fix the winapi_check warnings. widl: Remove internal_error() as it is unused....