Searched defs:lparam (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_main.c435 static LRESULT CALLBACK wined3d_wndproc(HWND window, UINT message, WPARAM wparam, LPARAM lparam) argument
449 return DefWindowProcW(window, message, wparam, lparam);
458 return device_process_message(device, window, unicode, message, wparam, lparam, proc);
460 return CallWindowProcW(proc, window, message, wparam, lparam);
461 return CallWindowProcA(proc, window, message, wparam, lparam);
H A Ddevice.c5627 UINT message, WPARAM wparam, LPARAM lparam, WNDPROC proc)
5631 TRACE("Filtering message: window %p, message %#x, wparam %#lx, lparam %#lx.\n",
5632 window, message, wparam, lparam);
5634 return DefWindowProcW(window, message, wparam, lparam);
5636 return DefWindowProcA(window, message, wparam, lparam);
5653 return CallWindowProcW(proc, window, message, wparam, lparam);
5655 return CallWindowProcA(proc, window, message, wparam, lparam);
5626 device_process_message(struct wined3d_device *device, HWND window, BOOL unicode, UINT message, WPARAM wparam, LPARAM lparam, WNDPROC proc) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_main.c438 static LRESULT CALLBACK wined3d_wndproc(HWND window, UINT message, WPARAM wparam, LPARAM lparam) argument
451 return DefWindowProcW(window, message, wparam, lparam);
458 return device_process_message(device, window, message, wparam, lparam, proc);
H A Ddevice.c7657 UINT message, WPARAM wparam, LPARAM lparam, WNDPROC proc)
7661 TRACE("Filtering message: window %p, message %#x, wparam %#lx, lparam %#lx.\n",
7662 window, message, wparam, lparam);
7663 return DefWindowProcW(window, message, wparam, lparam);
7675 return CallWindowProcW(proc, window, message, wparam, lparam);
7656 device_process_message(IWineD3DDeviceImpl *device, HWND window, UINT message, WPARAM wparam, LPARAM lparam, WNDPROC proc) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h343 lparam_t lparam; member in struct:__anon14192::__anon14195
2870 lparam_t lparam; member in struct:send_message_request
2946 lparam_t lparam; member in struct:get_message_reply
3005 lparam_t lparam; member in struct:set_win_timer_request
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h2682 lparam_t lparam; member in struct:send_message_request
2724 lparam_t lparam; member in struct:send_hardware_message_request
2755 lparam_t lparam; member in struct:get_message_reply
2814 lparam_t lparam; member in struct:set_win_timer_request

Completed in 291 milliseconds