Searched defs:LRESULT (Results 1 – 15 of 15) sorted by relevance
36 …virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */, LRESULT & /* result */) { return… in OnNotify() argument
170 bool CWindow2::OnCommand(unsigned /* code */, unsigned /* itemID */, LPARAM /* lParam */, LRESULT &… in OnCommand() argument
267 ) -> Option<LRESULT> { in dispatch_window_message()354 ) -> LRESULT { in process_simulated_thread_message()553 ) -> Option<LRESULT> { in handle_gui_window_lifetime_message()
282 ) -> Option<LRESULT> { in handle_window_message()347 ) -> Option<LRESULT> { in handle_window_pos_message()
487 ) -> ControlFlow<Option<LRESULT>> { in handle_window_message()511 ) -> ControlFlow<Option<LRESULT>> { in handle_mouse_message()
194 ) -> LRESULT { in process_window_message()
587 ) -> LRESULT { in wnd_proc()
262 fn default_process_message(&self, packet: &MessagePacket) -> LRESULT { in default_process_message()
191 ) -> Result<LRESULT> { in handle_window_message()297 ) -> LRESULT { in wnd_proc()
64 typedef LONG_PTR LRESULT; typedef65 #define LRESULT LONG_PTR macro
259 typedef LONG_PTR LRESULT; typedef
654 bool CPanel::OnNotifyReBar(LPNMHDR header, LRESULT & /* result */) in OnNotifyReBar() argument
10248 pub type LRESULT = isize; typedef