Searched defs:LRESULT (Results 1 – 8 of 8) sorted by relevance
34 …virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */, LRESULT & /* result */) { return… in OnNotify() argument
168 bool CWindow2::OnCommand(int /* code */, int /* itemID */, LPARAM /* lParam */, LRESULT & /* result… in OnCommand() argument
113 ) -> Option<LRESULT> { in dispatch_window_message()
320 ) -> LRESULT { in wnd_proc()
194 pub fn process_message(&mut self, packet: &MessagePacket) -> LRESULT { in process_message()
632 pub fn default_process_message(&self, packet: &MessagePacket) -> LRESULT { in default_process_message()
64 typedef LONG_PTR LRESULT; typedef65 #define LRESULT LONG_PTR macro
259 typedef LONG_PTR LRESULT; typedef