SendMessage 305 base/message_loop/message_loop_unittest.cc EXPECT_EQ(0, SendMessage(button, WM_LBUTTONDOWN, 0, 0)); SendMessage 306 base/message_loop/message_loop_unittest.cc EXPECT_EQ(0, SendMessage(button, WM_LBUTTONUP, 0, 0)); SendMessage 43 base/win/message_window_unittest.cc TEST(MessageWindowTest, SendMessage) { SendMessage 47 base/win/message_window_unittest.cc EXPECT_EQ(SendMessage(window.hwnd(), WM_USER, 100, 0), 100); SendMessage 58 base/win/message_window_unittest.cc EXPECT_EQ(SendMessage(hwnd, WM_USER, 200, 0), 200); SendMessage 75 base/win/wrapped_window_proc_unittest.cc SendMessage(window, kCrashMsg, 0, 0); SendMessage 84 chrome/browser/chromeos/external_metrics_unittest.cc SendMessage(path, "histogram", histogram_data[i]); SendMessage 93 chrome/browser/chromeos/external_metrics_unittest.cc SendMessage(path, "crash", "user"); SendMessage 103 chrome/browser/chromeos/external_metrics_unittest.cc SendMessage(path, b, "yyy"); SendMessage 225 chrome/browser/extensions/api/cast_channel/cast_channel_api.cc socket->SendMessage(params_->message, SendMessage 63 chrome/browser/extensions/api/cast_channel/cast_channel_apitest.cc MOCK_METHOD2(SendMessage, void(const MessageInfo& message, SendMessage 147 chrome/browser/extensions/api/cast_channel/cast_channel_apitest.cc EXPECT_CALL(*mock_cast_socket_, SendMessage(A<const MessageInfo&>(), _)). SendMessage 114 chrome/browser/extensions/api/cast_channel/cast_socket.h virtual void SendMessage(const MessageInfo& message, SendMessage 675 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[0], SendMessage 691 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[0], SendMessage 707 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[0], SendMessage 723 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[0], SendMessage 743 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[i], SendMessage 764 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[i], SendMessage 779 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[0], SendMessage 796 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[0], SendMessage 814 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[0], SendMessage 832 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[0], SendMessage 850 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[0], SendMessage 872 chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc socket_->SendMessage(test_messages_[i], SendMessage 231 chrome/browser/extensions/extension_tabs_apitest.cc ::SendMessage(window, WM_SYSCOMMAND, SC_MAXIMIZE, 0); SendMessage 281 chrome/browser/printing/printing_layout_browsertest.cc LRESULT res = SendMessage(dialog_window, DM_GETDEFID, 0, 0); SendMessage 286 chrome/browser/printing/printing_layout_browsertest.cc res = SendMessage( SendMessage 519 chrome/browser/ui/views/frame/glass_browser_frame_view.cc SendMessage(views::HWNDForWidget(frame()), WM_SETICON, SendMessage 547 chrome/browser/ui/views/frame/glass_browser_frame_view.cc SendMessage(views::HWNDForWidget(frame()), WM_SETICON, SendMessage 555 chrome/browser/ui/views/frame/glass_browser_frame_view.cc SendMessage(views::HWNDForWidget(frame()), WM_SETICON, SendMessage 20 chrome/browser/ui/views/frame/minimize_button_metrics_win.cc SendMessage(hwnd, WM_GETTITLEBARINFOEX, 0, SendMessage 166 chrome/browser/ui/views/panels/panel_view.cc ::SendMessage(native_window, WM_GETICON, ICON_BIG, 0L)); SendMessage 39 chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc SendMessage("AvailableSpaceUpdated", *avail); SendMessage 44 chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc SendMessage("GlobalInfoUpdated", *value); SendMessage 55 chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc SendMessage("PerHostInfoUpdated", values); SendMessage 66 chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc SendMessage("PerOriginInfoUpdated", origins_value); SendMessage 76 chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc SendMessage("StatisticsUpdated", dict); SendMessage 46 chrome/browser/ui/webui/quota_internals/quota_internals_handler.h void SendMessage(const std::string& message, const base::Value& value); SendMessage 167 content/browser/accessibility/accessibility_win_browsertest.cc SendMessage( SendMessage 111 content/browser/renderer_host/render_widget_host_view_base.cc ::SendMessage(GetParent(window), message, wparam, lparam); SendMessage 69 content/browser/service_worker/embedded_worker_instance.h ServiceWorkerStatusCode SendMessage( SendMessage 210 content/browser/service_worker/service_worker_dispatcher_host.cc version->SendMessage( SendMessage 270 content/browser/service_worker/service_worker_version.cc base::Bind(&self::SendMessage, SendMessage 276 content/browser/service_worker/service_worker_version.cc ServiceWorkerStatusCode status = embedded_worker_->SendMessage( SendMessage 298 content/browser/service_worker/service_worker_version.cc embedded_worker_->SendMessage(request_id, message); SendMessage 112 content/browser/service_worker/service_worker_version.h void SendMessage(const IPC::Message& message, const StatusCallback& callback); SendMessage 182 content/browser/service_worker/service_worker_version_unittest.cc TEST_F(ServiceWorkerVersionTest, SendMessage) { SendMessage 187 content/browser/service_worker/service_worker_version_unittest.cc version_->SendMessage(TestMsg_Message(), SendMessage 199 content/browser/service_worker/service_worker_version_unittest.cc version_->SendMessage(TestMsg_Message(), SendMessage 223 content/browser/service_worker/service_worker_version_unittest.cc version_->SendMessage(TestMsg_Message(), SendMessage 233 content/browser/service_worker/service_worker_version_unittest.cc version_->SendMessage(TestMsg_Message(), SendMessage 218 content/browser/zygote_host/zygote_host_impl_linux.cc if (!SendMessage(pickle, NULL)) SendMessage 338 content/browser/zygote_host/zygote_host_impl_linux.cc if (!SendMessage(pickle, &fds)) SendMessage 468 content/browser/zygote_host/zygote_host_impl_linux.cc if (!SendMessage(pickle, NULL)) SendMessage 488 content/browser/zygote_host/zygote_host_impl_linux.cc if (!SendMessage(pickle, NULL)) SendMessage 82 content/browser/zygote_host/zygote_host_impl_linux.h bool SendMessage(const Pickle& data, const std::vector<int>* fds); SendMessage 1516 content/child/npapi/webplugin_delegate_impl_win.cc ::SendMessage(::GetParent(window), WM_PARENTNOTIFY, message, 0); SendMessage 75 content/renderer/input/input_event_filter.cc SendMessage(ViewHostMsg_DidOverscroll(routing_id, SendMessage 81 content/renderer/input/input_event_filter.cc SendMessage(ViewHostMsg_DidStopFlinging(routing_id)); SendMessage 182 content/renderer/input/input_event_filter.cc SendMessage(InputHostMsg_HandleInputEvent_ACK( SendMessage 70 content/renderer/input/input_event_filter.h void SendMessage(const IPC::Message& message); SendMessage 62 google_apis/gcm/engine/connection_handler.h virtual void SendMessage(const google::protobuf::MessageLite& message) = 0; SendMessage 40 google_apis/gcm/engine/connection_handler_impl.h virtual void SendMessage(const google::protobuf::MessageLite& message) SendMessage 596 google_apis/gcm/engine/connection_handler_impl_unittest.cc connection_handler()->SendMessage(data_message); SendMessage 626 google_apis/gcm/engine/connection_handler_impl_unittest.cc connection_handler()->SendMessage(data_message); SendMessage 29 google_apis/gcm/engine/fake_connection_handler.h virtual void SendMessage(const google::protobuf::MessageLite& message) SendMessage 442 google_apis/gcm/engine/mcs_client.cc SendMessage(MCSMessage(kHeartbeatPingTag, mcs_proto::HeartbeatPing())); SendMessage 522 google_apis/gcm/engine/mcs_client.cc connection_handler_->SendMessage(*packet_info->protobuf); SendMessage 552 google_apis/gcm/engine/mcs_client.cc SendMessage( SendMessage 606 google_apis/gcm/engine/mcs_client.cc SendMessage(MCSMessage(kIqStanzaTag, SendMessage 668 google_apis/gcm/engine/mcs_client.cc SendMessage( SendMessage 125 google_apis/gcm/engine/mcs_client.h virtual void SendMessage(const MCSMessage& message); SendMessage 298 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 311 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 328 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 354 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 379 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 417 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 460 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 501 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 604 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 680 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 699 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 723 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 727 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message2); SendMessage 741 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 753 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message2); SendMessage 768 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message); SendMessage 780 google_apis/gcm/engine/mcs_client_unittest.cc mcs_client()->SendMessage(message2); SendMessage 542 google_apis/gcm/gcm_client_impl.cc mcs_client_->SendMessage(mcs_message); SendMessage 73 google_apis/gcm/gcm_client_impl_unittest.cc virtual void SendMessage(const MCSMessage& message) OVERRIDE; SendMessage 590 google_apis/gcm/gcm_client_impl_unittest.cc TEST_F(GCMClientImplTest, SendMessage) { SendMessage 125 native_client_sdk/src/examples/api/websocket/websocket.cc websocket_->SendMessage(array_buffer); SendMessage 133 native_client_sdk/src/examples/api/websocket/websocket.cc websocket_->SendMessage(pp::Var(message)); SendMessage 348 net/tools/quic/end_to_end_test.cc client_->SendMessage(request); SendMessage 358 net/tools/quic/end_to_end_test.cc client_->SendMessage(request); SendMessage 383 net/tools/quic/end_to_end_test.cc client_->SendMessage(request); SendMessage 384 net/tools/quic/end_to_end_test.cc client2->SendMessage(request); SendMessage 236 net/tools/quic/test_tools/quic_test_client.cc return SendMessage(message); SendMessage 309 net/tools/quic/test_tools/quic_test_client.cc SendMessage(message); SendMessage 92 net/tools/quic/test_tools/quic_test_client.h virtual ssize_t SendMessage(const HTTPMessage& message) OVERRIDE; SendMessage 31 net/tools/quic/test_tools/simple_client.h virtual ssize_t SendMessage(const HTTPMessage& message) = 0; SendMessage 340 ppapi/c/ppb_websocket.h int32_t (*SendMessage)(PP_Resource web_socket, struct PP_Var message); SendMessage 83 ppapi/cpp/websocket.cc return get_interface<PPB_WebSocket_1_0>()->SendMessage( SendMessage 16 ppapi/cpp/websocket.h #ifdef SendMessage SendMessage 148 ppapi/cpp/websocket.h int32_t SendMessage(const Var& message); SendMessage 1743 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->SendMessage(web_socket, *message); SendMessage 4700 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .SendMessage = (int32_t (*)(PP_Resource web_socket, struct PP_Var message))&Pnacl_M18_PPB_WebSocket_SendMessage, SendMessage 214 ppapi/proxy/plugin_dispatcher.cc return SendMessage(msg); SendMessage 216 ppapi/proxy/plugin_dispatcher.cc return SendMessage(msg); SendMessage 175 ppapi/proxy/plugin_dispatcher.h virtual bool SendMessage(IPC::Message* msg); SendMessage 45 ppapi/proxy/websocket_resource.h virtual int32_t SendMessage(const PP_Var& message) OVERRIDE; SendMessage 327 ppapi/tests/test_websocket.cc websocket_interface_->SendMessage(ws, message_var); SendMessage 532 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, send_message_var); SendMessage 690 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, close_request_var); SendMessage 739 ppapi/tests/test_websocket.cc int32_t result = websocket_interface_->SendMessage(ws, message_var); SendMessage 818 ppapi/tests/test_websocket.cc int32_t result = websocket_interface_->SendMessage(ws, message_var); SendMessage 863 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, text_var); SendMessage 865 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, binary_var); SendMessage 868 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, large_binary_var); SendMessage 912 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, message_var); SendMessage 941 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, empty_string); SendMessage 947 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, reason); SendMessage 1053 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, large_var); SendMessage 1102 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, text_var); SendMessage 1129 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, large_var); SendMessage 1131 ppapi/tests/test_websocket.cc result = websocket_interface_->SendMessage(ws, text_var); SendMessage 1183 ppapi/tests/test_websocket.cc int32_t result = ws.SendMessage(pp::Var(text_message)); SendMessage 1189 ppapi/tests/test_websocket.cc result = ws.SendMessage( SendMessage 49 ppapi/thunk/ppb_websocket_api.h virtual int32_t SendMessage(const PP_Var& message) = 0; SendMessage 76 ppapi/thunk/ppb_websocket_thunk.cc return enter.object()->SendMessage(message); SendMessage 149 ppapi/thunk/ppb_websocket_thunk.cc &SendMessage, SendMessage 16 ppapi/utility/websocket/websocket_api.cc #ifdef SendMessage SendMessage 124 ppapi/utility/websocket/websocket_api.cc return impl_->SendMessage(data); SendMessage 100 remoting/host/disconnect_window_win.cc dc, (HFONT)SendMessage(control, WM_GETFONT, 0, 0)); SendMessage 127 remoting/host/it2me/it2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 201 remoting/host/it2me/it2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 213 remoting/host/it2me/it2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 225 remoting/host/it2me/it2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 228 remoting/host/it2me/it2me_native_messaging_host.cc channel_->SendMessage(scoped_ptr<base::DictionaryValue>()); SendMessage 261 remoting/host/it2me/it2me_native_messaging_host.cc channel_->SendMessage(message.Pass()); SendMessage 271 remoting/host/it2me/it2me_native_messaging_host.cc channel_->SendMessage(message.Pass()); SendMessage 42 remoting/host/native_messaging/native_messaging_channel.h void SendMessage(scoped_ptr<base::DictionaryValue> message); SendMessage 119 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(scoped_ptr<base::DictionaryValue>()); SendMessage 171 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 229 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 250 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 261 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 384 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 394 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 431 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 440 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 451 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 473 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 481 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 492 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(response.Pass()); SendMessage 497 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(scoped_ptr<base::DictionaryValue>()); SendMessage 517 remoting/host/setup/me2me_native_messaging_host.cc elevated_channel_->SendMessage(message.Pass()); SendMessage 680 remoting/host/setup/me2me_native_messaging_host.cc channel_->SendMessage(message.Pass()); SendMessage 146 remoting/host/win/rdp_client_window.cc SendMessage(WM_CLOSE); SendMessage 183 remoting/host/win/rdp_client_window.cc SendMessage(input_window, WM_KEYDOWN, VK_CONTROL, MAKELPARAM(1, control)); SendMessage 189 remoting/host/win/rdp_client_window.cc SendMessage(input_window, WM_KEYDOWN, VK_MENU, SendMessage 193 remoting/host/win/rdp_client_window.cc SendMessage(input_window, WM_KEYDOWN, VK_END, SendMessage 195 remoting/host/win/rdp_client_window.cc SendMessage(input_window, WM_KEYUP, VK_END, SendMessage 202 remoting/host/win/rdp_client_window.cc SendMessage(input_window, WM_KEYUP, VK_MENU, MAKELPARAM(1, alt | up)); SendMessage 208 remoting/host/win/rdp_client_window.cc SendMessage(input_window, WM_KEYUP, VK_CONTROL, MAKELPARAM(1, control | up)); SendMessage 115 remoting/protocol/jingle_session.cc SendMessage(message); SendMessage 175 remoting/protocol/jingle_session.cc SendMessage(message); SendMessage 591 remoting/protocol/jingle_session.cc SendMessage(message); SendMessage 631 remoting/protocol/jingle_session.cc SendMessage(message); SendMessage 100 remoting/protocol/jingle_session.h void SendMessage(const JingleMessage& message); SendMessage 62 sync/notifier/gcm_network_channel.h virtual void SendMessage(const std::string& message) OVERRIDE; SendMessage 254 sync/notifier/gcm_network_channel_unittest.cc network_channel()->SendMessage("abra.cadabra"); SendMessage 289 sync/notifier/gcm_network_channel_unittest.cc network_channel()->SendMessage("abra.cadabra"); SendMessage 304 sync/notifier/gcm_network_channel_unittest.cc network_channel()->SendMessage("abra.cadabra"); SendMessage 327 sync/notifier/gcm_network_channel_unittest.cc network_channel()->SendMessage("abra.cadabra"); SendMessage 352 sync/notifier/gcm_network_channel_unittest.cc network_channel()->SendMessage("abra.cadabra"); SendMessage 368 sync/notifier/gcm_network_channel_unittest.cc network_channel()->SendMessage("abra.cadabra"); SendMessage 374 sync/notifier/gcm_network_channel_unittest.cc network_channel()->SendMessage("abra.cadabra"); SendMessage 419 sync/notifier/gcm_network_channel_unittest.cc network_channel()->SendMessage("abra.cadabra"); SendMessage 461 sync/notifier/gcm_network_channel_unittest.cc network_channel()->SendMessage("abra.cadabra"); SendMessage 472 sync/notifier/gcm_network_channel_unittest.cc network_channel()->SendMessage("abra.cadabra"); SendMessage 483 sync/notifier/gcm_network_channel_unittest.cc network_channel()->SendMessage("abra.cadabra"); SendMessage 36 sync/notifier/push_client_channel.h virtual void SendMessage(const std::string& message) OVERRIDE; SendMessage 93 sync/notifier/push_client_channel_unittest.cc TEST_F(PushClientChannelTest, SendMessage) { SendMessage 95 sync/notifier/push_client_channel_unittest.cc push_client_channel_.SendMessage(kMessage); SendMessage 213 sync/notifier/push_client_channel_unittest.cc push_client_channel_.SendMessage(kMessage); SendMessage 234 sync/notifier/push_client_channel_unittest.cc push_client_channel_.SendMessage(kMessage); SendMessage 535 third_party/npapi/npspy/windows/dirpick.cpp HFONT hFont = (HFONT)SendMessage(hWnd, WM_GETFONT, 0, 0L); SendMessage 1420 third_party/wtl/include/atlapp.h ::SendMessage((*pModule->m_pSettingChangeNotify)[i], uMsg, wParam, lParam); SendMessage 144 third_party/wtl/include/atlctrls.h return (HICON)::SendMessage(m_hWnd, STM_GETICON, 0, 0L); SendMessage 150 third_party/wtl/include/atlctrls.h return (HICON)::SendMessage(m_hWnd, STM_SETICON, (WPARAM)hIcon, 0L); SendMessage 156 third_party/wtl/include/atlctrls.h return (HENHMETAFILE)::SendMessage(m_hWnd, STM_GETIMAGE, IMAGE_ENHMETAFILE, 0L); SendMessage 162 third_party/wtl/include/atlctrls.h return (HENHMETAFILE)::SendMessage(m_hWnd, STM_SETIMAGE, IMAGE_ENHMETAFILE, (LPARAM)hMetaFile); SendMessage 168 third_party/wtl/include/atlctrls.h return (HICON)::SendMessage(m_hWnd, STM_GETIMAGE, IMAGE_ICON, 0L); SendMessage 174 third_party/wtl/include/atlctrls.h return (HICON)::SendMessage(m_hWnd, STM_SETIMAGE, IMAGE_ICON, (LPARAM)hIcon); SendMessage 181 third_party/wtl/include/atlctrls.h return CBitmapHandle((HBITMAP)::SendMessage(m_hWnd, STM_GETIMAGE, IMAGE_BITMAP, 0L)); SendMessage 187 third_party/wtl/include/atlctrls.h return CBitmapHandle((HBITMAP)::SendMessage(m_hWnd, STM_SETIMAGE, IMAGE_BITMAP, (LPARAM)hBitmap)); SendMessage 193 third_party/wtl/include/atlctrls.h return (HCURSOR)::SendMessage(m_hWnd, STM_GETIMAGE, IMAGE_CURSOR, 0L); SendMessage 199 third_party/wtl/include/atlctrls.h return (HCURSOR)::SendMessage(m_hWnd, STM_SETIMAGE, IMAGE_CURSOR, (LPARAM)hCursor); SendMessage 239 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, BM_GETSTATE, 0, 0L); SendMessage 245 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, BM_SETSTATE, bHighlight, 0L); SendMessage 251 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, BM_GETCHECK, 0, 0L); SendMessage 257 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, BM_SETCHECK, nCheck, 0L); SendMessage 269 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, BM_SETSTYLE, nStyle, (LPARAM)bRedraw); SendMessage 276 third_party/wtl/include/atlctrls.h return (HICON)::SendMessage(m_hWnd, BM_GETIMAGE, IMAGE_ICON, 0L); SendMessage 282 third_party/wtl/include/atlctrls.h return (HICON)::SendMessage(m_hWnd, BM_SETIMAGE, IMAGE_ICON, (LPARAM)hIcon); SendMessage 288 third_party/wtl/include/atlctrls.h return CBitmapHandle((HBITMAP)::SendMessage(m_hWnd, BM_GETIMAGE, IMAGE_BITMAP, 0L)); SendMessage 294 third_party/wtl/include/atlctrls.h return CBitmapHandle((HBITMAP)::SendMessage(m_hWnd, BM_SETIMAGE, IMAGE_BITMAP, (LPARAM)hBitmap)); SendMessage 302 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, BCM_GETIDEALSIZE, 0, (LPARAM)lpSize); SendMessage 308 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, BCM_GETIMAGELIST, 0, (LPARAM)pButtonImagelist); SendMessage 314 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, BCM_SETIMAGELIST, 0, (LPARAM)pButtonImagelist); SendMessage 320 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, BCM_GETTEXTMARGIN, 0, (LPARAM)lpRect); SendMessage 326 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, BCM_SETTEXTMARGIN, 0, (LPARAM)lpRect); SendMessage 334 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, BM_SETDONTCLICK, (WPARAM)bDontClick, 0L); SendMessage 343 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, BCM_SETDROPDOWNSTATE, (WPARAM)bDropDown, 0L); SendMessage 350 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, BCM_GETSPLITINFO, 0, (LPARAM)pSplitInfo); SendMessage 357 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, BCM_SETSPLITINFO, 0, (LPARAM)pSplitInfo); SendMessage 364 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, BCM_GETNOTELENGTH, 0, 0L); SendMessage 371 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, BCM_GETNOTE, cchNoteText, (LPARAM)lpstrNoteText); SendMessage 378 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, BCM_SETNOTE, 0, (LPARAM)lpstrNoteText); SendMessage 384 third_party/wtl/include/atlctrls.h return ::SendMessage(m_hWnd, BCM_SETSHIELD, 0, (LPARAM)bSet); SendMessage 392 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, BM_CLICK, 0, 0L); SendMessage 433 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETCOUNT, 0, 0L); SendMessage 441 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_SETCOUNT, cItems, 0L); SendMessage 448 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETHORIZONTALEXTENT, 0, 0L); SendMessage 454 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LB_SETHORIZONTALEXTENT, cxExtent, 0L); SendMessage 460 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETTOPINDEX, 0, 0L); SendMessage 466 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_SETTOPINDEX, nIndex, 0L); SendMessage 472 third_party/wtl/include/atlctrls.h return (LCID)::SendMessage(m_hWnd, LB_GETLOCALE, 0, 0L); SendMessage 478 third_party/wtl/include/atlctrls.h return (LCID)::SendMessage(m_hWnd, LB_SETLOCALE, (WPARAM)nNewLocale, 0L); SendMessage 486 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, LB_GETLISTBOXINFO, 0, 0L); SendMessage 498 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETCURSEL, 0, 0L); SendMessage 505 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_SETCURSEL, nSelect, 0L); SendMessage 512 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETSEL, nIndex, 0L); SendMessage 519 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_SETSEL, bSelect, nIndex); SendMessage 526 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETSELCOUNT, 0, 0L); SendMessage 533 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETSELITEMS, nMaxItems, (LPARAM)rgIndex); SendMessage 540 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETANCHORINDEX, 0, 0L); SendMessage 547 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LB_SETANCHORINDEX, nIndex, 0L); SendMessage 553 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETCARETINDEX, 0, 0); SendMessage 559 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_SETCARETINDEX, nIndex, MAKELONG(bScroll, 0)); SendMessage 566 third_party/wtl/include/atlctrls.h return (DWORD_PTR)::SendMessage(m_hWnd, LB_GETITEMDATA, nIndex, 0L); SendMessage 572 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_SETITEMDATA, nIndex, (LPARAM)dwItemData); SendMessage 578 third_party/wtl/include/atlctrls.h return (void*)::SendMessage(m_hWnd, LB_GETITEMDATA, nIndex, 0L); SendMessage 590 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETITEMRECT, nIndex, (LPARAM)lpRect); SendMessage 596 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETTEXT, nIndex, (LPARAM)lpszBuffer); SendMessage 646 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETTEXTLEN, nIndex, 0L); SendMessage 652 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_GETITEMHEIGHT, nIndex, 0L); SendMessage 658 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_SETITEMHEIGHT, nIndex, MAKELONG(cyItemHeight, 0)); SendMessage 665 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LB_SETCOLUMNWIDTH, cxWidth, 0L); SendMessage 672 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LB_SETTABSTOPS, nTabStops, (LPARAM)rgTabStops); SendMessage 679 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LB_SETTABSTOPS, 0, 0L); SendMessage 686 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LB_SETTABSTOPS, 1, (LPARAM)(LPINT)&cxEachStop); SendMessage 693 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_INITSTORAGE, (WPARAM)nItems, nBytes); SendMessage 699 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LB_RESETCONTENT, 0, 0L); SendMessage 705 third_party/wtl/include/atlctrls.h DWORD dw = (DWORD)::SendMessage(m_hWnd, LB_ITEMFROMPOINT, 0, MAKELPARAM(pt.x, pt.y)); SendMessage 714 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_ADDSTRING, 0, (LPARAM)lpszItem); SendMessage 720 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_DELETESTRING, nIndex, 0L); SendMessage 726 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_INSERTSTRING, nIndex, (LPARAM)lpszItem); SendMessage 733 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_DIR, attr, (LPARAM)lpszWildCard); SendMessage 739 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_ADDFILE, 0, (LPARAM)lpstrFileName); SendMessage 747 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_FINDSTRING, nStartAfter, (LPARAM)lpszItem); SendMessage 753 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_FINDSTRINGEXACT, nIndexStart, (LPARAM)lpszFind); SendMessage 759 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LB_SELECTSTRING, nStartAfter, (LPARAM)lpszItem); SendMessage 767 third_party/wtl/include/atlctrls.h return bSelect ? (int)::SendMessage(m_hWnd, LB_SELITEMRANGEEX, nFirstItem, nLastItem) : (int)::SendMessage(m_hWnd, LB_SELITEMRANGEEX, nLastItem, nFirstItem); SendMessage 773 third_party/wtl/include/atlctrls.h return SendMessage(LB_GETINPUTMODE, 0, (LPARAM)bCurrentMode); SendMessage 778 third_party/wtl/include/atlctrls.h return SendMessage(LB_SETINPUTMODE, 0, (LPARAM)dwMode); SendMessage 822 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_GETCOUNT, 0, 0L); SendMessage 828 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_GETCURSEL, 0, 0L); SendMessage 834 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_SETCURSEL, nSelect, 0L); SendMessage 840 third_party/wtl/include/atlctrls.h return (LCID)::SendMessage(m_hWnd, CB_GETLOCALE, 0, 0L); SendMessage 846 third_party/wtl/include/atlctrls.h return (LCID)::SendMessage(m_hWnd, CB_SETLOCALE, (WPARAM)nNewLocale, 0L); SendMessage 852 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_GETTOPINDEX, 0, 0L); SendMessage 858 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_SETTOPINDEX, nIndex, 0L); SendMessage 864 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, CB_GETHORIZONTALEXTENT, 0, 0L); SendMessage 870 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, CB_SETHORIZONTALEXTENT, nExtent, 0L); SendMessage 876 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_GETDROPPEDWIDTH, 0, 0L); SendMessage 882 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_SETDROPPEDWIDTH, nWidth, 0L); SendMessage 890 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CB_GETCOMBOBOXINFO, 0, (LPARAM)pComboBoxInfo); SendMessage 901 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, CB_GETEDITSEL, 0, 0L); SendMessage 907 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CB_SETEDITSEL, 0, MAKELONG(nStartChar, nEndChar)); SendMessage 914 third_party/wtl/include/atlctrls.h return (DWORD_PTR)::SendMessage(m_hWnd, CB_GETITEMDATA, nIndex, 0L); SendMessage 920 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_SETITEMDATA, nIndex, (LPARAM)dwItemData); SendMessage 938 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_GETLBTEXT, nIndex, (LPARAM)lpszText); SendMessage 986 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_GETLBTEXTLEN, nIndex, 0L); SendMessage 992 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_GETITEMHEIGHT, nIndex, 0L); SendMessage 998 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_SETITEMHEIGHT, nIndex, MAKELONG(cyItemHeight, 0)); SendMessage 1004 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CB_GETEXTENDEDUI, 0, 0L); SendMessage 1010 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_SETEXTENDEDUI, bExtended, 0L); SendMessage 1016 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, CB_GETDROPPEDCONTROLRECT, 0, (LPARAM)lprect); SendMessage 1022 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CB_GETDROPPEDSTATE, 0, 0L); SendMessage 1029 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_GETMINVISIBLE, 0, 0L); SendMessage 1035 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CB_SETMINVISIBLE, nMinVisible, 0L); SendMessage 1045 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CB_GETCUEBANNER, (WPARAM)lpwText, cchText); SendMessage 1055 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CB_SETCUEBANNER, 0, (LPARAM)lpcwText); SendMessage 1063 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_INITSTORAGE, (WPARAM)nItems, nBytes); SendMessage 1069 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, CB_RESETCONTENT, 0, 0L); SendMessage 1076 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CB_LIMITTEXT, nMaxChars, 0L); SendMessage 1083 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, CB_SHOWDROPDOWN, bShowIt, 0L); SendMessage 1090 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_ADDSTRING, 0, (LPARAM)lpszString); SendMessage 1096 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_DELETESTRING, nIndex, 0L); SendMessage 1102 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_INSERTSTRING, nIndex, (LPARAM)lpszString); SendMessage 1109 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_DIR, attr, (LPARAM)lpszWildCard); SendMessage 1117 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_FINDSTRING, nStartAfter, (LPARAM)lpszString); SendMessage 1123 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_FINDSTRINGEXACT, nIndexStart, (LPARAM)lpszFind); SendMessage 1129 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CB_SELECTSTRING, nStartAfter, (LPARAM)lpszString); SendMessage 1136 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_CLEAR, 0, 0L); SendMessage 1142 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_COPY, 0, 0L); SendMessage 1148 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_CUT, 0, 0L); SendMessage 1154 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_PASTE, 0, 0L); SendMessage 1195 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_CANUNDO, 0, 0L); SendMessage 1201 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETLINECOUNT, 0, 0L); SendMessage 1207 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_GETMODIFY, 0, 0L); SendMessage 1213 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETMODIFY, bModified, 0L); SendMessage 1219 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_GETRECT, 0, (LPARAM)lpRect); SendMessage 1225 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_GETSEL, 0, 0L); SendMessage 1231 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_GETSEL, (WPARAM)&nStartChar, (LPARAM)&nEndChar); SendMessage 1238 third_party/wtl/include/atlctrls.h return (HLOCAL)::SendMessage(m_hWnd, EM_GETHANDLE, 0, 0L); SendMessage 1244 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETHANDLE, (WPARAM)hBuffer, 0L); SendMessage 1251 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_GETMARGINS, 0, 0L); SendMessage 1257 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETMARGINS, EC_LEFTMARGIN|EC_RIGHTMARGIN, MAKELONG(nLeft, nRight)); SendMessage 1263 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, EM_GETLIMITTEXT, 0, 0L); SendMessage 1269 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETLIMITTEXT, nMax, 0L); SendMessage 1275 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, EM_POSFROMCHAR, nChar, 0); SendMessage 1283 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, EM_CHARFROMPOS, 0, MAKELPARAM(pt.x, pt.y)); SendMessage 1293 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETLINE, nIndex, (LPARAM)lpszBuffer); SendMessage 1300 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETLINE, nIndex, (LPARAM)lpszBuffer); SendMessage 1306 third_party/wtl/include/atlctrls.h return (TCHAR)::SendMessage(m_hWnd, EM_GETPASSWORDCHAR, 0, 0L); SendMessage 1312 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETPASSWORDCHAR, ch, 0L); SendMessage 1319 third_party/wtl/include/atlctrls.h return (EDITWORDBREAKPROC)::SendMessage(m_hWnd, EM_GETWORDBREAKPROC, 0, 0L); SendMessage 1325 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETWORDBREAKPROC, 0, (LPARAM)ewbprc); SendMessage 1332 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETFIRSTVISIBLELINE, 0, 0L); SendMessage 1340 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETTHUMB, 0, 0L); SendMessage 1347 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETREADONLY, bReadOnly, 0L); SendMessage 1354 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, EM_GETIMESTATUS, uStatus, 0L); SendMessage 1360 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, EM_SETIMESTATUS, uStatus, uData); SendMessage 1368 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_GETCUEBANNER, (WPARAM)lpstrText, cchText); SendMessage 1375 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETCUEBANNER, (WPARAM)bKeepWithFocus, (LPARAM)(lpstrText)); SendMessage 1383 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_EMPTYUNDOBUFFER, 0, 0L); SendMessage 1389 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_FMTLINES, bAddEOL, 0L); SendMessage 1395 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_LIMITTEXT, nChars, 0L); SendMessage 1401 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_LINEFROMCHAR, nIndex, 0L); SendMessage 1407 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_LINEINDEX, nLine, 0L); SendMessage 1413 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_LINELENGTH, nLine, 0L); SendMessage 1419 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_LINESCROLL, nChars, nLines); SendMessage 1425 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_REPLACESEL, (WPARAM) bCanUndo, (LPARAM)lpszNewText); SendMessage 1431 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETRECT, 0, (LPARAM)lpRect); SendMessage 1437 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETRECTNP, 0, (LPARAM)lpRect); SendMessage 1443 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETSEL, LOWORD(dwSelection), HIWORD(dwSelection)); SendMessage 1445 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SCROLLCARET, 0, 0L); SendMessage 1451 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETSEL, nStartChar, nEndChar); SendMessage 1453 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SCROLLCARET, 0, 0L); SendMessage 1469 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, nTabStops, (LPARAM)rgTabStops); SendMessage 1475 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, 0, 0L); SendMessage 1481 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, 1, (LPARAM)(LPINT)&cxEachStop); SendMessage 1487 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SCROLLCARET, 0, 0L); SendMessage 1494 third_party/wtl/include/atlctrls.h LRESULT lRet = ::SendMessage(m_hWnd, EM_SCROLL, nScrollAction, 0L); SendMessage 1516 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SHOWBALLOONTIP, 0, (LPARAM)pEditBaloonTip); SendMessage 1522 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_HIDEBALLOONTIP, 0, 0L); SendMessage 1530 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_GETHILITE, 0, 0L); SendMessage 1536 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, EM_GETHILITE, 0, 0L); SendMessage 1544 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETHILITE, nStartChar, nEndChar); SendMessage 1552 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_UNDO, 0, 0L); SendMessage 1558 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_CLEAR, 0, 0L); SendMessage 1564 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_COPY, 0, 0L); SendMessage 1570 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_CUT, 0, 0L); SendMessage 1576 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_PASTE, 0, 0L); SendMessage 1582 third_party/wtl/include/atlctrls.h return SendMessage(EM_GETEXTENDEDSTYLE); SendMessage 1587 third_party/wtl/include/atlctrls.h return SendMessage(EM_SETEXTENDEDSTYLE, (WPARAM)dwMask, (LPARAM)dwExStyle); SendMessage 1592 third_party/wtl/include/atlctrls.h return SendMessage(EM_GETINPUTMODE, 0, (LPARAM)bCurrentMode); SendMessage 1597 third_party/wtl/include/atlctrls.h return SendMessage(EM_SETINPUTMODE, 0, (LPARAM)dwMode); SendMessage 1602 third_party/wtl/include/atlctrls.h return SendMessage(EM_SETSYMBOLS, 0, (LPARAM)szSymbols); SendMessage 1607 third_party/wtl/include/atlctrls.h return SendMessage(EM_SETSYMBOLS); SendMessage 1726 third_party/wtl/include/atlctrls.h ::SendMessage(pT->m_hWnd, EM_GETSEL, (WPARAM)&nMin, (LPARAM)&nMax); SendMessage 1827 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, SBM_GETSCROLLBARINFO, 0, (LPARAM)pScrollBarInfo); SendMessage 2276 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_GETTEXT, 0, (LPARAM)&lpToolInfo); SendMessage 2284 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_GETTEXT, 0, ti); SendMessage 2290 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TTM_GETTOOLINFO, 0, (LPARAM)lpToolInfo); SendMessage 2300 third_party/wtl/include/atlctrls.h BOOL bRet = (BOOL)::SendMessage(m_hWnd, TTM_GETTOOLINFO, 0, ti); SendMessage 2312 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_SETTOOLINFO, 0, (LPARAM)lpToolInfo); SendMessage 2318 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_NEWTOOLRECT, 0, (LPARAM)lpToolInfo); SendMessage 2328 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_NEWTOOLRECT, 0, ti); SendMessage 2334 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TTM_GETTOOLCOUNT, 0, 0L); SendMessage 2340 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TTM_GETDELAYTIME, dwType, 0L); SendMessage 2346 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_SETDELAYTIME, dwType, MAKELPARAM(nTime, 0)); SendMessage 2352 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_GETMARGIN, 0, (LPARAM)lpRect); SendMessage 2358 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_SETMARGIN, 0, (LPARAM)lpRect); SendMessage 2364 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TTM_GETMAXTIPWIDTH, 0, 0L); SendMessage 2370 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TTM_SETMAXTIPWIDTH, 0, nWidth); SendMessage 2376 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TTM_GETTIPBKCOLOR, 0, 0L); SendMessage 2382 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_SETTIPBKCOLOR, (WPARAM)clr, 0L); SendMessage 2388 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TTM_GETTIPTEXTCOLOR, 0, 0L); SendMessage 2394 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_SETTIPTEXTCOLOR, (WPARAM)clr, 0L); SendMessage 2400 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TTM_GETCURRENTTOOL, 0, (LPARAM)lpToolInfo); SendMessage 2407 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, TTM_GETBUBBLESIZE, 0, (LPARAM)lpToolInfo); SendMessage 2415 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TTM_SETTITLE, uIcon, (LPARAM)lpstrTitle); SendMessage 2423 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_GETTITLE, 0, (LPARAM)pTTGetTitle); SendMessage 2429 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_SETWINDOWTHEME, 0, (LPARAM)lpstrTheme); SendMessage 2437 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_ACTIVATE, bActivate, 0L); SendMessage 2443 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TTM_ADDTOOL, 0, (LPARAM)lpToolInfo); SendMessage 2454 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TTM_ADDTOOL, 0, ti); SendMessage 2460 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_DELTOOL, 0, (LPARAM)lpToolInfo); SendMessage 2469 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_DELTOOL, 0, ti); SendMessage 2475 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TTM_HITTEST, 0, (LPARAM)lpHitTestInfo); SendMessage 2489 third_party/wtl/include/atlctrls.h if((BOOL)::SendMessage(m_hWnd, TTM_HITTEST, 0, (LPARAM)&hti) != FALSE) SendMessage 2500 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_RELAYEVENT, 0, (LPARAM)lpMsg); SendMessage 2506 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_UPDATETIPTEXT, 0, (LPARAM)lpToolInfo); SendMessage 2515 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_UPDATETIPTEXT, 0, ti); SendMessage 2521 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TTM_ENUMTOOLS, nTool, (LPARAM)lpToolInfo); SendMessage 2527 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_POP, 0, 0L); SendMessage 2533 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_TRACKACTIVATE, bActivate, (LPARAM)lpToolInfo); SendMessage 2539 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_TRACKPOSITION, 0, MAKELPARAM(xPos, yPos)); SendMessage 2546 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_UPDATE, 0, 0L); SendMessage 2554 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TTM_ADJUSTRECT, bLarger, (LPARAM)lpRect); SendMessage 2562 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TTM_POPUP, 0, 0L); SendMessage 2605 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_GETITEMCOUNT, 0, 0L); SendMessage 2611 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_GETITEM, nIndex, (LPARAM)pHeaderItem); SendMessage 2617 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_SETITEM, nIndex, (LPARAM)pHeaderItem); SendMessage 2623 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, HDM_GETIMAGELIST, 0, 0L)); SendMessage 2629 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, HDM_SETIMAGELIST, 0, (LPARAM)hImageList)); SendMessage 2635 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_GETORDERARRAY, nSize, (LPARAM)lpnArray); SendMessage 2641 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_SETORDERARRAY, nSize, (LPARAM)lpnArray); SendMessage 2647 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_GETITEMRECT, nIndex, (LPARAM)lpItemRect); SendMessage 2653 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_SETHOTDIVIDER, bPos, dwInputValue); SendMessage 2660 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_GETUNICODEFORMAT, 0, 0L); SendMessage 2666 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_SETUNICODEFORMAT, bUnicode, 0L); SendMessage 2674 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_GETBITMAPMARGIN, 0, 0L); SendMessage 2680 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_SETBITMAPMARGIN, nWidth, 0L); SendMessage 2686 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_SETFILTERCHANGETIMEOUT, 0, dwTimeOut); SendMessage 2694 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_GETITEMDROPDOWNRECT, nIndex, (LPARAM)lpRect); SendMessage 2700 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_GETOVERFLOWRECT, 0, (LPARAM)lpRect); SendMessage 2706 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_GETFOCUSEDITEM, 0, 0L); SendMessage 2712 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_SETFOCUSEDITEM, 0, nIndex); SendMessage 2720 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_INSERTITEM, nIndex, (LPARAM)phdi); SendMessage 2731 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_DELETEITEM, nIndex, 0L); SendMessage 2737 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, HDM_LAYOUT, 0, (LPARAM)pHeaderLayout); SendMessage 2743 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_HITTEST, 0, (LPARAM)lpHitTestInfo); SendMessage 2749 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_ORDERTOINDEX, nOrder, 0L); SendMessage 2755 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, HDM_CREATEDRAGIMAGE, nIndex, 0L)); SendMessage 2762 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_EDITFILTER, nColumn, MAKELPARAM(bDiscardChanges, 0)); SendMessage 2768 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_CLEARFILTER, nColumn, 0L); SendMessage 2774 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, HDM_CLEARFILTER, (WPARAM)-1, 0L); SendMessage 2815 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, LVM_GETBKCOLOR, 0, 0L); SendMessage 2821 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETBKCOLOR, 0, cr); SendMessage 2827 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, LVM_GETIMAGELIST, nImageListType, 0L)); SendMessage 2833 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, LVM_SETIMAGELIST, nImageList, (LPARAM)hImageList)); SendMessage 2839 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETITEMCOUNT, 0, 0L); SendMessage 2845 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMCOUNT, nItems, 0L); SendMessage 2851 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETITEM, 0, (LPARAM)pItem); SendMessage 2857 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETITEM, 0, (LPARAM)pItem); SendMessage 2873 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETITEM, 0, (LPARAM)&lvi); SendMessage 2879 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, LVM_GETITEMSTATE, nItem, nMask); SendMessage 2888 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMSTATE, nItem, (LPARAM)&lvi); SendMessage 2894 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMSTATE, nItem, (LPARAM)pItem); SendMessage 2916 third_party/wtl/include/atlctrls.h nRes = (int)::SendMessage(m_hWnd, LVM_GETITEMTEXT, (WPARAM)nItem, (LPARAM)&lvi); SendMessage 2952 third_party/wtl/include/atlctrls.h nRes = (int)::SendMessage(m_hWnd, LVM_GETITEMTEXT, (WPARAM)nItem, (LPARAM)&lvi); SendMessage 2968 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETITEMTEXT, (WPARAM)nItem, (LPARAM)&lvi); SendMessage 2983 third_party/wtl/include/atlctrls.h BOOL bRet = (BOOL)::SendMessage(m_hWnd, LVM_GETITEM, 0, (LPARAM)&lvi); SendMessage 2996 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, LVM_GETCALLBACKMASK, 0, 0L); SendMessage 3002 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETCALLBACKMASK, nMask, 0L); SendMessage 3008 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETITEMPOSITION, nItem, (LPARAM)lpPoint); SendMessage 3015 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMPOSITION32, nItem, (LPARAM)&pt); SendMessage 3023 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMPOSITION32, nItem, (LPARAM)&pt); SendMessage 3029 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETSTRINGWIDTH, 0, (LPARAM)lpsz); SendMessage 3035 third_party/wtl/include/atlctrls.h return CEdit((HWND)::SendMessage(m_hWnd, LVM_GETEDITCONTROL, 0, 0L)); SendMessage 3041 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETCOLUMN, nCol, (LPARAM)pColumn); SendMessage 3047 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETCOLUMN, nCol, (LPARAM)pColumn); SendMessage 3053 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETCOLUMNWIDTH, nCol, 0L); SendMessage 3059 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETCOLUMNWIDTH, nCol, MAKELPARAM(cx, 0)); SendMessage 3065 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETVIEWRECT, 0, (LPARAM)lpRect); SendMessage 3071 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, LVM_GETTEXTCOLOR, 0, 0L); SendMessage 3077 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETTEXTCOLOR, 0, cr); SendMessage 3083 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, LVM_GETTEXTBKCOLOR, 0, 0L); SendMessage 3089 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETTEXTBKCOLOR, 0, cr); SendMessage 3095 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETTOPINDEX, 0, 0L); SendMessage 3101 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETCOUNTPERPAGE, 0, 0L); SendMessage 3107 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETORIGIN, 0, (LPARAM)lpPoint); SendMessage 3113 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, LVM_GETSELECTEDCOUNT, 0, 0L); SendMessage 3120 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETITEMRECT, (WPARAM)nItem, (LPARAM)lpRect); SendMessage 3127 third_party/wtl/include/atlctrls.h return (HCURSOR)::SendMessage(m_hWnd, LVM_GETHOTCURSOR, 0, 0L); SendMessage 3133 third_party/wtl/include/atlctrls.h return (HCURSOR)::SendMessage(m_hWnd, LVM_SETHOTCURSOR, 0, (LPARAM)hHotCursor); SendMessage 3139 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETHOTITEM, 0, 0L); SendMessage 3145 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_SETHOTITEM, nIndex, 0L); SendMessage 3152 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETCOLUMNORDERARRAY, nCount, (LPARAM)lpnArray); SendMessage 3158 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETCOLUMNORDERARRAY, nCount, (LPARAM)lpnArray); SendMessage 3164 third_party/wtl/include/atlctrls.h return CHeaderCtrl((HWND)::SendMessage(m_hWnd, LVM_GETHEADER, 0, 0L)); SendMessage 3174 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETSUBITEMRECT, nItem, (LPARAM)lpRect); SendMessage 3181 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, LVM_SETICONSPACING, 0, MAKELPARAM(cx, cy)); SendMessage 3187 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETISEARCHSTRING, 0, (LPARAM)lpstr); SendMessage 3193 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, LVM_GETITEMSPACING, bSmallIconView, 0L); SendMessage 3211 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETNEXTITEM, (WPARAM)-1, MAKELPARAM(LVNI_ALL | LVNI_SELECTED, 0)); SendMessage 3219 third_party/wtl/include/atlctrls.h pItem->iItem = (int)::SendMessage(m_hWnd, LVM_GETNEXTITEM, (WPARAM)-1, MAKELPARAM(LVNI_ALL | LVNI_SELECTED, 0)); SendMessage 3222 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETITEM, 0, (LPARAM)pItem); SendMessage 3229 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, LVM_GETEXTENDEDLISTVIEWSTYLE, 0, 0L); SendMessage 3236 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, LVM_SETEXTENDEDLISTVIEWSTYLE, dwExMask, dwExStyle); SendMessage 3276 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETBKIMAGE, 0, (LPARAM)plvbki); SendMessage 3282 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETBKIMAGE, 0, (LPARAM)plvbki); SendMessage 3289 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETSELECTIONMARK, 0, 0L); SendMessage 3295 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_SETSELECTIONMARK, 0, nIndex); SendMessage 3302 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETWORKAREAS, nWorkAreas, (LPARAM)lpRect); SendMessage 3308 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETWORKAREAS, nWorkAreas, (LPARAM)lpRect); SendMessage 3315 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, LVM_GETHOVERTIME, 0, 0L); SendMessage 3322 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, LVM_SETHOVERTIME, 0, dwHoverTime); SendMessage 3328 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETNUMBEROFWORKAREAS, 0, (LPARAM)pnWorkAreas); SendMessage 3336 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMCOUNT, nItems, dwFlags); SendMessage 3343 third_party/wtl/include/atlctrls.h return CToolTipCtrl((HWND)::SendMessage(m_hWnd, LVM_GETTOOLTIPS, 0, 0L)); SendMessage 3349 third_party/wtl/include/atlctrls.h return CToolTipCtrl((HWND)::SendMessage(m_hWnd, LVM_SETTOOLTIPS, (WPARAM)hWndTT, 0L)); SendMessage 3355 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETUNICODEFORMAT, 0, 0L); SendMessage 3361 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETUNICODEFORMAT, bUnicode, 0L); SendMessage 3370 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETSELECTEDCOLUMN, 0, 0L); SendMessage 3376 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LVM_SETSELECTEDCOLUMN, nColumn, 0L); SendMessage 3382 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, LVM_GETVIEW, 0, 0L); SendMessage 3388 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_SETVIEW, dwView, 0L); SendMessage 3394 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_ISGROUPVIEWENABLED, 0, 0L); SendMessage 3400 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETGROUPINFO, nGroupID, (LPARAM)pGroup); SendMessage 3406 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_SETGROUPINFO, nGroupID, (LPARAM)pGroup); SendMessage 3412 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LVM_GETGROUPMETRICS, 0, (LPARAM)pGroupMetrics); SendMessage 3418 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LVM_SETGROUPMETRICS, 0, (LPARAM)pGroupMetrics); SendMessage 3424 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LVM_GETTILEVIEWINFO, 0, (LPARAM)pTileViewInfo); SendMessage 3430 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETTILEVIEWINFO, 0, (LPARAM)pTileViewInfo); SendMessage 3436 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LVM_GETTILEINFO, 0, (LPARAM)pTileInfo); SendMessage 3442 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETTILEINFO, 0, (LPARAM)pTileInfo); SendMessage 3448 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETINSERTMARK, 0, (LPARAM)pInsertMark); SendMessage 3454 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETINSERTMARK, 0, (LPARAM)pInsertMark); SendMessage 3460 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETINSERTMARKRECT, 0, (LPARAM)lpRect); SendMessage 3466 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, LVM_GETINSERTMARKCOLOR, 0, 0L); SendMessage 3472 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, LVM_SETINSERTMARKCOLOR, 0, clr); SendMessage 3478 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, LVM_GETOUTLINECOLOR, 0, 0L); SendMessage 3484 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, LVM_SETOUTLINECOLOR, 0, clr); SendMessage 3492 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETGROUPCOUNT, 0, 0L); SendMessage 3498 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETGROUPINFOBYINDEX, nIndex, (LPARAM)pGroup); SendMessage 3507 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETGROUPRECT, nGroupID, (LPARAM)lpRect); SendMessage 3513 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, LVM_GETGROUPSTATE, nGroupID, (LPARAM)uMask); SendMessage 3519 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETFOCUSEDGROUP, 0, 0L); SendMessage 3525 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETEMPTYTEXT, cchText, (LPARAM)lpstrText); SendMessage 3531 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETFOOTERRECT, 0, (LPARAM)lpRect); SendMessage 3537 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETFOOTERINFO, 0, (LPARAM)lpFooterInfo); SendMessage 3543 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETFOOTERITEMRECT, nItem, (LPARAM)lpRect); SendMessage 3549 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETFOOTERITEM, nItem, (LPARAM)lpFooterItem); SendMessage 3562 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETITEMINDEXRECT, (WPARAM)pItemIndex, (LPARAM)lpRect); SendMessage 3571 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETITEMINDEXSTATE, (WPARAM)pItemIndex, (LPARAM)&lvi); SendMessage 3577 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_GETNEXTITEMINDEX, (WPARAM)pItemIndex, MAKELPARAM(wFlags, 0)); SendMessage 3585 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_INSERTCOLUMN, nCol, (LPARAM)pColumn); SendMessage 3621 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_DELETECOLUMN, nCol, 0L); SendMessage 3642 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_INSERTITEM, 0, (LPARAM)pItem); SendMessage 3660 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_GETNEXTITEM, nItem, MAKELPARAM(nFlags, 0)); SendMessage 3666 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_DELETEITEM, nItem, 0L); SendMessage 3672 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_DELETEALLITEMS, 0, 0L); SendMessage 3678 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_FINDITEM, nStart, (LPARAM)pFindInfo); SendMessage 3684 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_HITTEST, 0, (LPARAM)pHitTestInfo); SendMessage 3692 third_party/wtl/include/atlctrls.h int nRes = (int)::SendMessage(m_hWnd, LVM_HITTEST, 0, (LPARAM)&hti); SendMessage 3701 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_ENSUREVISIBLE, nItem, MAKELPARAM(bPartialOK, 0)); SendMessage 3707 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SCROLL, size.cx, size.cy); SendMessage 3713 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_REDRAWITEMS, nFirst, nLast); SendMessage 3719 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_ARRANGE, nCode, 0L); SendMessage 3725 third_party/wtl/include/atlctrls.h return CEdit((HWND)::SendMessage(m_hWnd, LVM_EDITLABEL, nItem, 0L)); SendMessage 3731 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_UPDATE, nItem, 0L); SendMessage 3737 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SORTITEMS, (WPARAM)lParamSort, (LPARAM)pfnCompare); SendMessage 3743 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, LVM_SETIMAGELIST, (WPARAM)nImageList, NULL)); SendMessage 3749 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, LVM_CREATEDRAGIMAGE, nItem, (LPARAM)lpPoint)); SendMessage 3755 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, LVM_APPROXIMATEVIEWRECT, nCount, MAKELPARAM(cx, cy)); SendMessage 3761 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_SUBITEMHITTEST, 0, (LPARAM)lpInfo); SendMessage 3802 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SORTITEMSEX, (WPARAM)lParamSort, (LPARAM)pfnCompare); SendMessage 3810 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_INSERTGROUP, nItem, (LPARAM)pGroup); SendMessage 3821 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_REMOVEGROUP, nGroupID, 0L); SendMessage 3827 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LVM_MOVEGROUP, nGroupID, nItem); SendMessage 3833 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LVM_MOVEITEMTOGROUP, nItem, nGroupID); SendMessage 3839 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_ENABLEGROUPVIEW, bEnable, 0L); SendMessage 3845 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_SORTGROUPS, (WPARAM)pCompareFunc, (LPARAM)lpVoid); SendMessage 3851 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LVM_INSERTGROUPSORTED, (WPARAM)pInsertGroupSorted, 0L); SendMessage 3857 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LVM_REMOVEALLGROUPS, 0, 0L); SendMessage 3863 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_HASGROUP, nGroupID, 0L); SendMessage 3869 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_INSERTMARKHITTEST, (WPARAM)lpPoint, (LPARAM)pInsertMark); SendMessage 3875 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETINFOTIP, 0, (LPARAM)pSetInfoTip); SendMessage 3881 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, LVM_CANCELEDITLABEL, 0, 0L); SendMessage 3887 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, LVM_MAPINDEXTOID, nIndex, 0L); SendMessage 3893 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_MAPIDTOINDEX, uID, 0L); SendMessage 3901 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_HITTEST, (WPARAM)-1, (LPARAM)lpHitTestInfo); SendMessage 3909 third_party/wtl/include/atlctrls.h int nRes = (int)::SendMessage(m_hWnd, LVM_HITTEST, (WPARAM)-1, (LPARAM)&hti); SendMessage 3918 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LVM_SUBITEMHITTEST, (WPARAM)-1, (LPARAM)lpHitTestInfo); SendMessage 3971 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, TVM_GETCOUNT, 0, 0L); SendMessage 3977 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, TVM_GETINDENT, 0, 0L); SendMessage 3983 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TVM_SETINDENT, nIndent, 0L); SendMessage 3989 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TVM_GETIMAGELIST, (WPARAM)nImageListType, 0L)); SendMessage 3995 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TVM_SETIMAGELIST, (WPARAM)nImageListType, (LPARAM)hImageList)); SendMessage 4001 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)pItem); SendMessage 4007 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SETITEM, 0, (LPARAM)pItem); SendMessage 4023 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SETITEM, 0, (LPARAM)&item); SendMessage 4037 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item); SendMessage 4060 third_party/wtl/include/atlctrls.h bRet = (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item); SendMessage 4097 third_party/wtl/include/atlctrls.h bRet = (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item); SendMessage 4118 third_party/wtl/include/atlctrls.h BOOL bRes = (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item); SendMessage 4137 third_party/wtl/include/atlctrls.h return (((UINT)::SendMessage(m_hWnd, TVM_GETITEMSTATE, (WPARAM)hItem, (LPARAM)nStateMask)) & nStateMask); SendMessage 4144 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item); SendMessage 4161 third_party/wtl/include/atlctrls.h BOOL bRet = (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item); SendMessage 4174 third_party/wtl/include/atlctrls.h return CEdit((HWND)::SendMessage(m_hWnd, TVM_GETEDITCONTROL, 0, 0L)); SendMessage 4180 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, TVM_GETVISIBLECOUNT, 0, 0L); SendMessage 4187 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_GETITEMRECT, (WPARAM)bTextOnly, (LPARAM)lpRect); SendMessage 4196 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)&item); SendMessage 4204 third_party/wtl/include/atlctrls.h return CToolTipCtrl((HWND)::SendMessage(m_hWnd, TVM_GETTOOLTIPS, 0, 0L)); SendMessage 4210 third_party/wtl/include/atlctrls.h return CToolTipCtrl((HWND)::SendMessage(m_hWnd, TVM_SETTOOLTIPS, (WPARAM)hWndTT, 0L)); SendMessage 4217 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TVM_GETISEARCHSTRING, 0, (LPARAM)lpstr); SendMessage 4239 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TVM_GETBKCOLOR, 0, 0L); SendMessage 4245 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TVM_SETBKCOLOR, 0, (LPARAM)clr); SendMessage 4251 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TVM_GETINSERTMARKCOLOR, 0, 0L); SendMessage 4257 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TVM_SETINSERTMARKCOLOR, 0, (LPARAM)clr); SendMessage 4263 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TVM_GETITEMHEIGHT, 0, 0L); SendMessage 4269 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TVM_SETITEMHEIGHT, cyHeight, 0L); SendMessage 4275 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TVM_GETSCROLLTIME, 0, 0L); SendMessage 4281 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TVM_SETSCROLLTIME, nScrollTime, 0L); SendMessage 4287 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TVM_GETTEXTCOLOR, 0, 0L); SendMessage 4293 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TVM_SETTEXTCOLOR, 0, (LPARAM)clr); SendMessage 4299 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_GETUNICODEFORMAT, 0, 0L); SendMessage 4305 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SETUNICODEFORMAT, bUnicode, 0L); SendMessage 4313 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TVM_GETLINECOLOR, 0, 0L); SendMessage 4319 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TVM_SETLINECOLOR, 0, (LPARAM)clrNew); SendMessage 4327 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_GETITEM, 0, (LPARAM)pItem); SendMessage 4333 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SETITEM, 0, (LPARAM)pItem); SendMessage 4343 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, TVM_GETEXTENDEDSTYLE, 0, 0L); SendMessage 4352 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, TVM_SETEXTENDEDSTYLE, dwMask, dwStyle); SendMessage 4359 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SETAUTOSCROLLINFO, (WPARAM)uPixPerSec, (LPARAM)uUpdateTime); SendMessage 4365 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, TVM_GETSELECTEDCOUNT, 0, 0L); SendMessage 4372 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_GETITEMPARTRECT, 0, (LPARAM)&gipri); SendMessage 4380 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_INSERTITEM, 0, (LPARAM)lpInsertStruct); SendMessage 4411 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_INSERTITEM, 0, (LPARAM)&tvis); SendMessage 4417 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_DELETEITEM, 0, (LPARAM)hItem); SendMessage 4423 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_DELETEITEM, 0, (LPARAM)TVI_ROOT); SendMessage 4429 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_EXPAND, nCode, (LPARAM)hItem); SendMessage 4435 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, nCode, (LPARAM)hItem); SendMessage 4441 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_CHILD, (LPARAM)hItem); SendMessage 4447 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_NEXT, (LPARAM)hItem); SendMessage 4453 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_PREVIOUS, (LPARAM)hItem); SendMessage 4459 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_PARENT, (LPARAM)hItem); SendMessage 4465 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_FIRSTVISIBLE, 0L); SendMessage 4471 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_NEXTVISIBLE, (LPARAM)hItem); SendMessage 4477 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_PREVIOUSVISIBLE, (LPARAM)hItem); SendMessage 4483 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_CARET, 0L); SendMessage 4489 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_DROPHILITE, 0L); SendMessage 4495 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_ROOT, 0L); SendMessage 4502 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_LASTVISIBLE, 0L); SendMessage 4510 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_NEXTSELECTED, 0L); SendMessage 4517 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SELECTITEM, nCode, (LPARAM)hItem); SendMessage 4523 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SELECTITEM, TVGN_CARET, (LPARAM)hItem); SendMessage 4529 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SELECTITEM, TVGN_DROPHILITE, (LPARAM)hItem); SendMessage 4535 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SELECTITEM, TVGN_FIRSTVISIBLE, (LPARAM)hItem); SendMessage 4541 third_party/wtl/include/atlctrls.h return CEdit((HWND)::SendMessage(m_hWnd, TVM_EDITLABEL, 0, (LPARAM)hItem)); SendMessage 4547 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_ENDEDITLABELNOW, bCancel, 0L); SendMessage 4553 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_HITTEST, 0, (LPARAM)pHitTestInfo); SendMessage 4561 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_HITTEST, 0, (LPARAM)&hti); SendMessage 4570 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SORTCHILDREN, (WPARAM)bRecurse, (LPARAM)hItem); SendMessage 4576 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_ENSUREVISIBLE, 0, (LPARAM)hItem); SendMessage 4582 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SORTCHILDRENCB, (WPARAM)bRecurse, (LPARAM)pSort); SendMessage 4588 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TVM_SETIMAGELIST, (WPARAM)nImageList, NULL)); SendMessage 4594 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TVM_CREATEDRAGIMAGE, 0, (LPARAM)hItem)); SendMessage 4601 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SETINSERTMARK, bAfter, (LPARAM)hTreeItem); SendMessage 4607 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TVM_SETINSERTMARK, 0, 0L); SendMessage 4615 third_party/wtl/include/atlctrls.h return (HTREEITEM)::SendMessage(m_hWnd, TVM_MAPACCIDTOHTREEITEM, uID, 0L); SendMessage 4621 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, TVM_MAPHTREEITEMTOACCID, (WPARAM)hTreeItem, 0L); SendMessage 4629 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TVM_SHOWINFOTIP, 0, (LPARAM)hItem); SendMessage 4772 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_INSERTITEM, 0, (LPARAM)lpInsertStruct); SendMessage 4792 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, nCode, (LPARAM)hItem); SendMessage 4799 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_CHILD, (LPARAM)hItem); SendMessage 4806 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_NEXT, (LPARAM)hItem); SendMessage 4813 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_PREVIOUS, (LPARAM)hItem); SendMessage 4820 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_PARENT, (LPARAM)hItem); SendMessage 4827 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_FIRSTVISIBLE, 0L); SendMessage 4834 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_NEXTVISIBLE, (LPARAM)hItem); SendMessage 4841 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_PREVIOUSVISIBLE, (LPARAM)hItem); SendMessage 4848 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_CARET, 0L); SendMessage 4855 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_DROPHILITE, 0L); SendMessage 4862 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_ROOT, 0L); SendMessage 4870 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_LASTVISIBLE, 0L); SendMessage 4879 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_GETNEXTITEM, TVGN_NEXTSELECTED, 0L); SendMessage 4887 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_HITTEST, 0, (LPARAM)pHitTestInfo); SendMessage 4906 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_INSERTITEM, 0, (LPARAM)&tvis); SendMessage 4915 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_HITTEST, 0, (LPARAM)&hti); SendMessage 4925 third_party/wtl/include/atlctrls.h HTREEITEM hTreeItem = (HTREEITEM)::SendMessage(m_hWnd, TVM_MAPACCIDTOHTREEITEM, uID, 0L); SendMessage 5295 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_ISBUTTONENABLED, nID, 0L); SendMessage 5301 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_ISBUTTONCHECKED, nID, 0L); SendMessage 5307 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_ISBUTTONPRESSED, nID, 0L); SendMessage 5313 third_party/wtl/include/atlctrls.h return(BOOL) ::SendMessage(m_hWnd, TB_ISBUTTONHIDDEN, nID, 0L); SendMessage 5319 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_ISBUTTONINDETERMINATE, nID, 0L); SendMessage 5325 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_GETSTATE, nID, 0L); SendMessage 5331 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETSTATE, nID, MAKELPARAM(nState, 0)); SendMessage 5337 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_GETBUTTON, nIndex, (LPARAM)lpButton); SendMessage 5343 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_BUTTONCOUNT, 0, 0L); SendMessage 5349 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_GETITEMRECT, nIndex, (LPARAM)lpRect); SendMessage 5355 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_BUTTONSTRUCTSIZE, nSize, 0L); SendMessage 5361 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONSIZE, 0, MAKELPARAM(size.cx, size.cy)); SendMessage 5367 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONSIZE, 0, MAKELPARAM(cx, cy)); SendMessage 5373 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETBITMAPSIZE, 0, MAKELPARAM(size.cx, size.cy)); SendMessage 5379 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETBITMAPSIZE, 0, MAKELPARAM(cx, cy)); SendMessage 5386 third_party/wtl/include/atlctrls.h return CToolTipCtrl((HWND)::SendMessage(m_hWnd, TB_GETTOOLTIPS, 0, 0L)); SendMessage 5392 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_SETTOOLTIPS, (WPARAM)hWndToolTip, 0L); SendMessage 5399 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_SETPARENT, (WPARAM)hWnd, 0L); SendMessage 5405 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_GETROWS, 0, 0L); SendMessage 5411 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_SETROWS, MAKELPARAM(nRows, bLarger), (LPARAM)lpRect); SendMessage 5417 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETCMDID, nIndex, nID); SendMessage 5423 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, TB_GETBITMAPFLAGS, 0, 0L); SendMessage 5429 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_GETBITMAP, nID, 0L); SendMessage 5435 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_GETBUTTONTEXT, nID, (LPARAM)lpstrText); SendMessage 5442 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TB_GETIMAGELIST, nIndex, 0L)); SendMessage 5449 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TB_SETIMAGELIST, nIndex, (LPARAM)hImageList)); SendMessage 5456 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TB_GETDISABLEDIMAGELIST, nIndex, 0L)); SendMessage 5463 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TB_SETDISABLEDIMAGELIST, nIndex, (LPARAM)hImageList)); SendMessage 5471 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TB_GETHOTIMAGELIST, nIndex, 0L)); SendMessage 5478 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TB_SETHOTIMAGELIST, nIndex, (LPARAM)hImageList)); SendMessage 5485 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, TB_GETSTYLE, 0, 0L); SendMessage 5491 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_SETSTYLE, 0, dwStyle); SendMessage 5497 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, TB_GETBUTTONSIZE, 0, 0L); SendMessage 5503 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, TB_GETBUTTONSIZE, 0, 0L); SendMessage 5511 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_GETRECT, nID, (LPARAM)lpRect); SendMessage 5517 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_GETTEXTROWS, 0, 0L); SendMessage 5523 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONWIDTH, 0, MAKELPARAM(cxMin, cxMax)); SendMessage 5529 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETINDENT, nIndent, 0L); SendMessage 5535 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETMAXTEXTROWS, nMaxTextRows, 0L); SendMessage 5543 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_GETANCHORHIGHLIGHT, 0, 0L); SendMessage 5549 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETANCHORHIGHLIGHT, bEnable, 0L); SendMessage 5556 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_GETBUTTONINFO, nID, (LPARAM)lptbbi); SendMessage 5562 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONINFO, nID, (LPARAM)lptbbi); SendMessage 5579 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONINFO, nID, (LPARAM)&tbbi); SendMessage 5586 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_GETHOTITEM, 0, 0L); SendMessage 5592 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_SETHOTITEM, nItem, 0L); SendMessage 5599 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_ISBUTTONHIGHLIGHTED, nButtonID, 0L); SendMessage 5605 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, TB_SETDRAWTEXTFLAGS, dwMask, dwFlags); SendMessage 5612 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_GETCOLORSCHEME, 0, (LPARAM)lpcs); SendMessage 5618 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_SETCOLORSCHEME, 0, (LPARAM)lpcs); SendMessage 5624 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, TB_GETEXTENDEDSTYLE, 0, 0L); SendMessage 5630 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, TB_SETEXTENDEDSTYLE, 0, dwStyle); SendMessage 5636 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_GETINSERTMARK, 0, (LPARAM)lptbim); SendMessage 5642 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_SETINSERTMARK, 0, (LPARAM)lptbim); SendMessage 5648 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TB_GETINSERTMARKCOLOR, 0, 0L); SendMessage 5654 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, TB_SETINSERTMARKCOLOR, 0, (LPARAM)clr); SendMessage 5660 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_GETMAXSIZE, 0, (LPARAM)lpSize); SendMessage 5667 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, TB_GETPADDING, 0, 0L); SendMessage 5675 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, TB_SETPADDING, 0, MAKELPARAM(cx, cy)); SendMessage 5686 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_GETUNICODEFORMAT, 0, 0L); SendMessage 5692 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETUNICODEFORMAT, bUnicode, 0L); SendMessage 5701 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_GETSTRING, MAKEWPARAM(cchMaxLen, nString), (LPARAM)lpstrString); SendMessage 5709 third_party/wtl/include/atlctrls.h int nLength = (int)(short)LOWORD(::SendMessage(m_hWnd, TB_GETSTRING, MAKEWPARAM(0, nString), NULL)); SendMessage 5716 third_party/wtl/include/atlctrls.h nLength = (int)::SendMessage(m_hWnd, TB_GETSTRING, MAKEWPARAM(nLength + 1, nString), (LPARAM)lpstrText); SendMessage 5733 third_party/wtl/include/atlctrls.h int nLength = (int)(short)LOWORD(::SendMessage(m_hWnd, TB_GETSTRING, MAKEWPARAM(0, nString), NULL)); SendMessage 5738 third_party/wtl/include/atlctrls.h nLength = (int)::SendMessage(m_hWnd, TB_GETSTRING, MAKEWPARAM(nLength + 1, nString), (LPARAM)lpstr); SendMessage 5752 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_GETMETRICS, 0, (LPARAM)lptbm); SendMessage 5758 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_SETMETRICS, 0, (LPARAM)lptbm); SendMessage 5764 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_SETWINDOWTHEME, 0, (LPARAM)lpstrTheme); SendMessage 5772 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TB_GETPRESSEDIMAGELIST, nIndex, 0L)); SendMessage 5778 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TB_SETPRESSEDIMAGELIST, nIndex, (LPARAM)hImageList)); SendMessage 5786 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_ENABLEBUTTON, nID, MAKELPARAM(bEnable, 0)); SendMessage 5792 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_CHECKBUTTON, nID, MAKELPARAM(bCheck, 0)); SendMessage 5798 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_PRESSBUTTON, nID, MAKELPARAM(bPress, 0)); SendMessage 5804 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_HIDEBUTTON, nID, MAKELPARAM(bHide, 0)); SendMessage 5810 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_INDETERMINATE, nID, MAKELPARAM(bIndeterminate, 0)); SendMessage 5820 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_ADDBITMAP, (WPARAM)nNumButtons, (LPARAM)&tbab); SendMessage 5829 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_ADDBITMAP, (WPARAM)nNumButtons, (LPARAM)&tbab); SendMessage 5835 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_ADDBUTTONS, nNumButtons, (LPARAM)lpButtons); SendMessage 5841 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_INSERTBUTTON, nIndex, (LPARAM)lpButton); SendMessage 5855 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_INSERTBUTTON, nIndex, (LPARAM)&tbb); SendMessage 5882 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_DELETEBUTTON, nIndex, 0L); SendMessage 5888 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, TB_COMMANDTOINDEX, nID, 0L); SendMessage 5899 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_SAVERESTORE, (WPARAM)TRUE, (LPARAM)&tbs); SendMessage 5909 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_SAVERESTORE, (WPARAM)FALSE, (LPARAM)&tbs); SendMessage 5915 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_CUSTOMIZE, 0, 0L); SendMessage 5922 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_ADDSTRING, (WPARAM)ModuleHelper::GetResourceInstance(), (LPARAM)nStringID); SendMessage 5928 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_ADDSTRING, 0, (LPARAM)lpszStrings); SendMessage 5934 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TB_AUTOSIZE, 0, 0L); SendMessage 5940 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_CHANGEBITMAP, nID, MAKELPARAM(nBitmap, 0)); SendMessage 5946 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_LOADIMAGES, nBitmapID, (LPARAM)ModuleHelper::GetResourceInstance()); SendMessage 5952 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_LOADIMAGES, nBitmapID, (LPARAM)HINST_COMMCTRL); SendMessage 5958 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_REPLACEBITMAP, 0, (LPARAM)ptbrb); SendMessage 5965 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TB_HITTEST, 0, (LPARAM)lpPoint); SendMessage 5972 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_INSERTMARKHITTEST, (WPARAM)lpPoint, (LPARAM)lptbim); SendMessage 5979 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_INSERTMARKHITTEST, (WPARAM)&pt, (LPARAM)lptbim); SendMessage 5985 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_MAPACCELERATOR, (WPARAM)chAccel, (LPARAM)&nID); SendMessage 5991 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_MARKBUTTON, nID, MAKELPARAM(bHighlight, 0)); SendMessage 5997 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_MOVEBUTTON, nOldPos, nNewPos); SendMessage 6003 third_party/wtl/include/atlctrls.h return (HRESULT)::SendMessage(m_hWnd, TB_GETOBJECT, (WPARAM)&iid, (LPARAM)ppvObject); SendMessage 6045 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, SB_GETPARTS, nParts, (LPARAM)pParts); SendMessage 6051 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, SB_SETPARTS, nParts, (LPARAM)pWidths); SendMessage 6058 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, SB_GETTEXTLENGTH, (WPARAM)nPane, 0L); SendMessage 6068 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, SB_GETTEXT, (WPARAM)nPane, (LPARAM)lpszText); SendMessage 6081 third_party/wtl/include/atlctrls.h int nLength = (int)(short)LOWORD(::SendMessage(m_hWnd, SB_GETTEXTLENGTH, (WPARAM)nPane, 0L)); SendMessage 6103 third_party/wtl/include/atlctrls.h int nLength = (int)(short)LOWORD(::SendMessage(m_hWnd, SB_GETTEXTLENGTH, (WPARAM)nPane, 0L)); SendMessage 6118 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, SB_SETTEXT, (nPane | nType), (LPARAM)lpszText); SendMessage 6125 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, SB_GETRECT, nPane, (LPARAM)lpRect); SendMessage 6131 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, SB_GETBORDERS, 0, (LPARAM)pBorders); SendMessage 6138 third_party/wtl/include/atlctrls.h BOOL bResult = (BOOL)::SendMessage(m_hWnd, SB_GETBORDERS, 0, (LPARAM)&borders); SendMessage 6151 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, SB_SETMINHEIGHT, nMin, 0L); SendMessage 6157 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, SB_SIMPLE, bSimple, 0L); SendMessage 6163 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, SB_ISSIMPLE, 0, 0L); SendMessage 6170 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, SB_GETUNICODEFORMAT, 0, 0L); SendMessage 6176 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, SB_SETUNICODEFORMAT, bUnicode, 0L); SendMessage 6183 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, SB_GETTIPTEXT, MAKEWPARAM(nPane, nSize), (LPARAM)lpstrText); SendMessage 6190 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, SB_SETTIPTEXT, nPane, (LPARAM)lpstrText); SendMessage 6198 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, SB_SETBKCOLOR, 0, (LPARAM)clrBk); SendMessage 6205 third_party/wtl/include/atlctrls.h return (HICON)::SendMessage(m_hWnd, SB_GETICON, nPane, 0L); SendMessage 6212 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, SB_SETICON, nPane, (LPARAM)hIcon); SendMessage 6253 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TCM_GETIMAGELIST, 0, 0L)); SendMessage 6259 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, TCM_SETIMAGELIST, 0, (LPARAM)hImageList)); SendMessage 6265 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TCM_GETITEMCOUNT, 0, 0L); SendMessage 6271 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TCM_GETITEM, nItem, (LPARAM)pTabCtrlItem); SendMessage 6277 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TCM_SETITEM, nItem, (LPARAM)pTabCtrlItem); SendMessage 6290 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TCM_SETITEM, nItem, (LPARAM)&tci); SendMessage 6296 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TCM_GETITEMRECT, nItem, (LPARAM)lpRect); SendMessage 6302 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TCM_GETCURSEL, 0, 0L); SendMessage 6308 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TCM_SETCURSEL, nItem, 0L); SendMessage 6314 third_party/wtl/include/atlctrls.h DWORD dwSize = (DWORD)::SendMessage(m_hWnd, TCM_SETITEMSIZE, 0, MAKELPARAM(size.cx, size.cy)); SendMessage 6322 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TCM_SETITEMSIZE, 0, MAKELPARAM(cx, cy)); SendMessage 6328 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TCM_SETPADDING, 0, MAKELPARAM(size.cx, size.cy)); SendMessage 6334 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TCM_GETROWCOUNT, 0, 0L); SendMessage 6341 third_party/wtl/include/atlctrls.h return CToolTipCtrl((HWND)::SendMessage(m_hWnd, TCM_GETTOOLTIPS, 0, 0L)); SendMessage 6347 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TCM_SETTOOLTIPS, (WPARAM)hWndToolTip, 0L); SendMessage 6354 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TCM_GETCURFOCUS, 0, 0L); SendMessage 6360 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TCM_SETCURFOCUS, nItem, 0L); SendMessage 6367 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TCM_SETITEMEXTRA, cbExtra, 0L); SendMessage 6373 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TCM_SETMINTABWIDTH, 0, nWidth); SendMessage 6380 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, TCM_GETEXTENDEDSTYLE, 0, 0L); SendMessage 6386 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, TCM_SETEXTENDEDSTYLE, dwExMask, dwExStyle); SendMessage 6393 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TCM_GETUNICODEFORMAT, 0, 0L); SendMessage 6399 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TCM_SETUNICODEFORMAT, bUnicode, 0L); SendMessage 6408 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TCM_INSERTITEM, nItem, (LPARAM)pTabCtrlItem); SendMessage 6419 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TCM_INSERTITEM, nItem, (LPARAM)&tci); SendMessage 6428 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TCM_INSERTITEM, nItem, (LPARAM)&tci); SendMessage 6449 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TCM_DELETEITEM, nItem, 0L); SendMessage 6455 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TCM_DELETEALLITEMS, 0, 0L); SendMessage 6461 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TCM_ADJUSTRECT, bLarger, (LPARAM)lpRect); SendMessage 6467 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TCM_REMOVEIMAGE, nImage, 0L); SendMessage 6473 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TCM_HITTEST, 0, (LPARAM)pHitTestInfo); SendMessage 6479 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TCM_DESELECTALL, bExcludeFocus, 0L); SendMessage 6486 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TCM_HIGHLIGHTITEM, nIndex, MAKELPARAM(bHighlight, 0)); SendMessage 6527 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_GETLINESIZE, 0, 0L); SendMessage 6533 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_SETLINESIZE, 0, nSize); SendMessage 6539 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_GETPAGESIZE, 0, 0L); SendMessage 6545 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_SETPAGESIZE, 0, nSize); SendMessage 6551 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_GETRANGEMIN, 0, 0L); SendMessage 6557 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_SETRANGEMIN, bRedraw, nMin); SendMessage 6563 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_GETRANGEMAX, 0, 0L); SendMessage 6569 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_SETRANGEMAX, bRedraw, nMax); SendMessage 6581 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_SETRANGE, bRedraw, MAKELPARAM(nMin, nMax)); SendMessage 6587 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_GETSELSTART, 0, 0L); SendMessage 6593 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_SETSELSTART, 0, (LPARAM)nMin); SendMessage 6599 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_GETSELEND, 0, 0L); SendMessage 6605 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_SETSELEND, 0, (LPARAM)nMax); SendMessage 6623 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_GETCHANNELRECT, 0, (LPARAM)lprc); SendMessage 6629 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_GETTHUMBRECT, 0, (LPARAM)lprc); SendMessage 6635 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_GETPOS, 0, 0L); SendMessage 6641 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_SETPOS, TRUE, nPos); SendMessage 6647 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, TBM_GETNUMTICS, 0, 0L); SendMessage 6653 third_party/wtl/include/atlctrls.h return (DWORD*)::SendMessage(m_hWnd, TBM_GETPTICS, 0, 0L); SendMessage 6659 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_GETTIC, nTic, 0L); SendMessage 6665 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TBM_SETTIC, 0, nTic); SendMessage 6671 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_GETTICPOS, nTic, 0L); SendMessage 6677 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_SETTICFREQ, nFreq, 0L); SendMessage 6683 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_GETTHUMBLENGTH, 0, 0L); SendMessage 6689 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_SETTHUMBLENGTH, nLength, 0L); SendMessage 6696 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_SETSEL, bRedraw, MAKELPARAM(nStart, nEnd)); SendMessage 6702 third_party/wtl/include/atlctrls.h return ATL::CWindow((HWND)::SendMessage(m_hWnd, TBM_GETBUDDY, bLeft, 0L)); SendMessage 6708 third_party/wtl/include/atlctrls.h return ATL::CWindow((HWND)::SendMessage(m_hWnd, TBM_SETBUDDY, bLeft, (LPARAM)hWndBuddy)); SendMessage 6715 third_party/wtl/include/atlctrls.h return CToolTipCtrl((HWND)::SendMessage(m_hWnd, TBM_GETTOOLTIPS, 0, 0L)); SendMessage 6721 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_SETTOOLTIPS, (WPARAM)hWndTT, 0L); SendMessage 6727 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, TBM_SETTIPSIDE, nSide, 0L); SendMessage 6735 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TBM_GETUNICODEFORMAT, 0, 0L); SendMessage 6741 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TBM_SETUNICODEFORMAT, bUnicode, 0L); SendMessage 6749 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_CLEARSEL, bRedraw, 0L); SendMessage 6755 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_SETPOS, FALSE, 0L); SendMessage 6761 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TBM_CLEARTICS, bRedraw, 0L); SendMessage 6801 third_party/wtl/include/atlctrls.h return (UINT)LOWORD(::SendMessage(m_hWnd, UDM_GETACCEL, nAccel, (LPARAM)pAccel)); SendMessage 6807 third_party/wtl/include/atlctrls.h return (BOOL)LOWORD(::SendMessage(m_hWnd, UDM_SETACCEL, nAccel, (LPARAM)pAccel)); SendMessage 6813 third_party/wtl/include/atlctrls.h return (UINT)LOWORD(::SendMessage(m_hWnd, UDM_GETBASE, 0, 0L)); SendMessage 6819 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, UDM_SETBASE, nBase, 0L); SendMessage 6825 third_party/wtl/include/atlctrls.h return ATL::CWindow((HWND)::SendMessage(m_hWnd, UDM_GETBUDDY, 0, 0L)); SendMessage 6831 third_party/wtl/include/atlctrls.h return ATL::CWindow((HWND)::SendMessage(m_hWnd, UDM_SETBUDDY, (WPARAM)hWndBuddy, 0L)); SendMessage 6837 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, UDM_GETPOS, 0, 0L); SendMessage 6848 third_party/wtl/include/atlctrls.h return (int)(short)LOWORD(::SendMessage(m_hWnd, UDM_SETPOS, 0, MAKELPARAM(nPos, 0))); SendMessage 6854 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, UDM_GETRANGE, 0, 0L); SendMessage 6860 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, UDM_GETRANGE, 0, 0L); SendMessage 6868 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, UDM_SETRANGE, 0, MAKELPARAM(nUpper, nLower)); SendMessage 6875 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, UDM_SETRANGE32, nLower, nUpper); SendMessage 6881 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, UDM_GETRANGE32, (WPARAM)&nLower, (LPARAM)&nUpper); SendMessage 6888 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, UDM_GETUNICODEFORMAT, 0, 0L); SendMessage 6894 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, UDM_SETUNICODEFORMAT, bUnicode, 0L); SendMessage 6905 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, UDM_GETPOS32, 0, (LPARAM)lpbError); SendMessage 6911 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, UDM_SETPOS32, 0, (LPARAM)nPos); SendMessage 6952 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, PBM_SETRANGE, 0, MAKELPARAM(nLower, nUpper)); SendMessage 6958 third_party/wtl/include/atlctrls.h return (int)(short)LOWORD(::SendMessage(m_hWnd, PBM_SETPOS, nPos, 0L)); SendMessage 6964 third_party/wtl/include/atlctrls.h return (int)(short)LOWORD(::SendMessage(m_hWnd, PBM_DELTAPOS, nPos, 0L)); SendMessage 6970 third_party/wtl/include/atlctrls.h return (int)(short)LOWORD(::SendMessage(m_hWnd, PBM_SETSTEP, nStep, 0L)); SendMessage 6976 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, PBM_GETPOS, 0, 0L); SendMessage 6983 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, PBM_GETRANGE, TRUE, (LPARAM)pPBRange); SendMessage 6990 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, PBM_GETRANGE, TRUE, (LPARAM)&range); SendMessage 6998 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, PBM_GETRANGE, bLowLimit, (LPARAM)NULL); SendMessage 7004 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, PBM_SETRANGE32, nMin, nMax); SendMessage 7011 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, PBM_SETBARCOLOR, 0, (LPARAM)clr); SendMessage 7017 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, PBM_SETBKCOLOR, 0, (LPARAM)clr); SendMessage 7025 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, PBM_SETMARQUEE, (WPARAM)bMarquee, (LPARAM)uUpdateTime); SendMessage 7033 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, PBM_GETSTEP, 0, 0L); SendMessage 7039 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, PBM_GETBKCOLOR, 0, 0L); SendMessage 7045 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, PBM_GETBARCOLOR, 0, 0L); SendMessage 7051 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, PBM_GETSTATE, 0, 0L); SendMessage 7057 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, PBM_SETSTATE, nState, 0L); SendMessage 7065 third_party/wtl/include/atlctrls.h return (int)(short)LOWORD(::SendMessage(m_hWnd, PBM_STEPIT, 0, 0L)); SendMessage 7107 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, HKM_GETHOTKEY, 0, 0L); SendMessage 7113 third_party/wtl/include/atlctrls.h DWORD dw = (DWORD)::SendMessage(m_hWnd, HKM_GETHOTKEY, 0, 0L); SendMessage 7121 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, HKM_SETHOTKEY, MAKEWORD(wVirtualKeyCode, wModifiers), 0L); SendMessage 7127 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, HKM_SETRULES, wInvalidComb, MAKELPARAM(wModifiers, 0)); SendMessage 7172 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, ACM_OPEN, 0, (LPARAM)FileName.m_lpstr); SendMessage 7178 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, ACM_PLAY, nRep, MAKELPARAM(nFrom, nTo)); SendMessage 7184 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, ACM_STOP, 0, 0L); SendMessage 7190 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, ACM_OPEN, 0, 0L); SendMessage 7196 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, ACM_PLAY, 0, MAKELPARAM(nTo, nTo)); SendMessage 7206 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, ACM_ISPLAYING, 0, 0L); SendMessage 7266 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETLINECOUNT, 0, 0L); SendMessage 7272 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_GETMODIFY, 0, 0L); SendMessage 7278 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETMODIFY, bModified, 0L); SendMessage 7284 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_GETRECT, 0, (LPARAM)lpRect); SendMessage 7290 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_GETOPTIONS, 0, 0L); SendMessage 7296 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_SETOPTIONS, wOperation, dwOptions); SendMessage 7303 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETLINE, nIndex, (LPARAM)lpszBuffer); SendMessage 7310 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETLINE, nIndex, (LPARAM)lpszBuffer); SendMessage 7316 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_CANUNDO, 0, 0L); SendMessage 7322 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_CANPASTE, nFormat, 0L); SendMessage 7329 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_EXGETSEL, 0, (LPARAM)&cr); SendMessage 7337 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_EXGETSEL, 0, (LPARAM)&cr); SendMessage 7344 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_EXSETSEL, 0, (LPARAM)&cr); SendMessage 7350 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_EXSETSEL, 0, (LPARAM)&cr); SendMessage 7367 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_GETCHARFORMAT, 0, (LPARAM)&cf); SendMessage 7374 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_GETCHARFORMAT, 1, (LPARAM)&cf); SendMessage 7380 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_GETEVENTMASK, 0, 0L); SendMessage 7386 third_party/wtl/include/atlctrls.h return (LONG)::SendMessage(m_hWnd, EM_GETLIMITTEXT, 0, 0L); SendMessage 7393 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_GETPARAFORMAT, 0, (LPARAM)&pf); SendMessage 7400 third_party/wtl/include/atlctrls.h return (LONG)::SendMessage(m_hWnd, EM_GETSELTEXT, 0, (LPARAM)lpstrBuff); SendMessage 7407 third_party/wtl/include/atlctrls.h return (LONG)::SendMessage(m_hWnd, EM_GETSELTEXT, 0, (LPARAM)lpstrBuff); SendMessage 7419 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_EXGETSEL, 0, (LPARAM)&cr); SendMessage 7426 third_party/wtl/include/atlctrls.h if(::SendMessage(m_hWnd, EM_GETSELTEXT, 0, (LPARAM)lpstrText) == 0) SendMessage 7435 third_party/wtl/include/atlctrls.h if(::SendMessage(m_hWnd, EM_GETSELTEXT, 0, (LPARAM)lpstrText) == 0) SendMessage 7451 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_EXGETSEL, 0, (LPARAM)&cr); SendMessage 7458 third_party/wtl/include/atlctrls.h lLen = (LONG)::SendMessage(m_hWnd, EM_GETSELTEXT, 0, (LPARAM)lpstrText); SendMessage 7466 third_party/wtl/include/atlctrls.h LONG lLen = (LONG)::SendMessage(m_hWnd, EM_GETSELTEXT, 0, (LPARAM)lpstrText); SendMessage 7481 third_party/wtl/include/atlctrls.h return (WORD)::SendMessage(m_hWnd, EM_SELECTIONTYPE, 0, 0L); SendMessage 7487 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, EM_SETBKGNDCOLOR, 0, cr); SendMessage 7493 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, EM_SETBKGNDCOLOR, 1, 0); SendMessage 7500 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, (WPARAM)wFlags, (LPARAM)&cf); SendMessage 7507 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, 0, (LPARAM)&cf); SendMessage 7514 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, SCF_SELECTION, (LPARAM)&cf); SendMessage 7521 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, SCF_SELECTION | SCF_WORD, (LPARAM)&cf); SendMessage 7527 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_SETEVENTMASK, 0, dwEventMask); SendMessage 7534 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETPARAFORMAT, 0, (LPARAM)&pf); SendMessage 7540 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETTARGETDEVICE, (WPARAM)hDC, cxLineWidth); SendMessage 7546 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, WM_GETTEXTLENGTH, 0, 0L); SendMessage 7552 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETREADONLY, bReadOnly, 0L); SendMessage 7558 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETFIRSTVISIBLELINE, 0, 0L); SendMessage 7564 third_party/wtl/include/atlctrls.h return (EDITWORDBREAKPROCEX)::SendMessage(m_hWnd, EM_GETWORDBREAKPROCEX, 0, 0L); SendMessage 7570 third_party/wtl/include/atlctrls.h return (EDITWORDBREAKPROCEX)::SendMessage(m_hWnd, EM_SETWORDBREAKPROCEX, 0, (LPARAM)pfnEditWordBreakProcEx); SendMessage 7576 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETTEXTRANGE, 0, (LPARAM)pTextRange); SendMessage 7587 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETTEXTRANGE, 0, (LPARAM)&tr); SendMessage 7598 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETTEXTRANGE, 0, (LPARAM)&tr); SendMessage 7607 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_GETCHARFORMAT, 0, (LPARAM)&cf); SendMessage 7614 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, (WPARAM)wFlags, (LPARAM)&cf); SendMessage 7621 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, 0, (LPARAM)&cf); SendMessage 7628 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_GETCHARFORMAT, 1, (LPARAM)&cf); SendMessage 7635 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, SCF_SELECTION, (LPARAM)&cf); SendMessage 7642 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETCHARFORMAT, SCF_SELECTION | SCF_WORD, (LPARAM)&cf); SendMessage 7649 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_GETPARAFORMAT, 0, (LPARAM)&pf); SendMessage 7656 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETPARAFORMAT, 0, (LPARAM)&pf); SendMessage 7662 third_party/wtl/include/atlctrls.h return (TEXTMODE)::SendMessage(m_hWnd, EM_GETTEXTMODE, 0, 0L); SendMessage 7668 third_party/wtl/include/atlctrls.h return !(BOOL)::SendMessage(m_hWnd, EM_SETTEXTMODE, enumTextMode, 0L); SendMessage 7674 third_party/wtl/include/atlctrls.h return (UNDONAMEID)::SendMessage(m_hWnd, EM_GETUNDONAME, 0, 0L); SendMessage 7680 third_party/wtl/include/atlctrls.h return (UNDONAMEID)::SendMessage(m_hWnd, EM_GETREDONAME, 0, 0L); SendMessage 7686 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_CANREDO, 0, 0L); SendMessage 7692 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_GETAUTOURLDETECT, 0, 0L); SendMessage 7698 third_party/wtl/include/atlctrls.h return !(BOOL)::SendMessage(m_hWnd, EM_AUTOURLDETECT, bAutoDetect, 0L); SendMessage 7707 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, EM_SETUNDOLIMIT, uUndoLimit, 0L); SendMessage 7713 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETPALETTE, (WPARAM)hPalette, 0L); SendMessage 7719 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETTEXTEX, (WPARAM)pGetTextEx, (LPARAM)lpstrText); SendMessage 7731 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETTEXTEX, (WPARAM)>e, (LPARAM)lpstrText); SendMessage 7737 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETTEXTLENGTHEX, (WPARAM)pGetTextLengthEx, 0L); SendMessage 7746 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETTEXTLENGTHEX, (WPARAM)>le, 0L); SendMessage 7754 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_SETTEXTEX, (WPARAM)pSetTextEx, (LPARAM)lpstrText); SendMessage 7763 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_SETTEXTEX, (WPARAM)&ste, (LPARAM)lpstrText); SendMessage 7769 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_GETEDITSTYLE, 0, 0L); SendMessage 7777 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_SETEDITSTYLE, nStyle, nMask); SendMessage 7784 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETFONTSIZE, nFontSizeDelta, 0L); SendMessage 7791 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_GETSCROLLPOS, 0, (LPARAM)lpPoint); SendMessage 7798 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETSCROLLPOS, 0, (LPARAM)lpPoint); SendMessage 7804 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_GETZOOM, (WPARAM)&nNum, (LPARAM)&nDen); SendMessage 7812 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETZOOM, nNum, nDen); SendMessage 7818 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETZOOM, 0, 0L); SendMessage 7826 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_EXLIMITTEXT, 0, nChars); SendMessage 7832 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_EXLINEFROMCHAR, 0, nIndex); SendMessage 7839 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_POSFROMCHAR, (WPARAM)&point, nChar); SendMessage 7847 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_CHARFROMPOS, 0, (LPARAM)&ptl); SendMessage 7853 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_EMPTYUNDOBUFFER, 0, 0L); SendMessage 7859 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_LINEINDEX, nLine, 0L); SendMessage 7865 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, EM_LINELENGTH, nLine, 0L); SendMessage 7871 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_LINESCROLL, nChars, nLines); SendMessage 7877 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_REPLACESEL, (WPARAM) bCanUndo, (LPARAM)lpszNewText); SendMessage 7883 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SETRECT, 0, (LPARAM)lpRect); SendMessage 7889 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_DISPLAYBAND, 0, (LPARAM)pDisplayRect); SendMessage 7896 third_party/wtl/include/atlctrls.h return (LONG)::SendMessage(m_hWnd, EM_FINDTEXTW, dwFlags, (LPARAM)&ft); SendMessage 7898 third_party/wtl/include/atlctrls.h return (LONG)::SendMessage(m_hWnd, EM_FINDTEXT, dwFlags, (LPARAM)&ft); SendMessage 7906 third_party/wtl/include/atlctrls.h return (LONG)::SendMessage(m_hWnd, EM_FINDTEXTEXW, dwFlags, (LPARAM)&ft); SendMessage 7908 third_party/wtl/include/atlctrls.h return (LONG)::SendMessage(m_hWnd, EM_FINDTEXTEX, dwFlags, (LPARAM)&ft); SendMessage 7915 third_party/wtl/include/atlctrls.h return (LONG)::SendMessage(m_hWnd, EM_FORMATRANGE, bDisplay, (LPARAM)&fr); SendMessage 7921 third_party/wtl/include/atlctrls.h return (LONG)::SendMessage(m_hWnd, EM_FORMATRANGE, bDisplay, (LPARAM)pFormatRange); SendMessage 7927 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_HIDESELECTION, bHide, bChangeStyle); SendMessage 7934 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_PASTESPECIAL, uClipFormat, (LPARAM)&reps); SendMessage 7940 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_REQUESTRESIZE, 0, 0L); SendMessage 7946 third_party/wtl/include/atlctrls.h return (LONG)::SendMessage(m_hWnd, EM_STREAMIN, uFormat, (LPARAM)&es); SendMessage 7952 third_party/wtl/include/atlctrls.h return (LONG)::SendMessage(m_hWnd, EM_STREAMOUT, uFormat, (LPARAM)&es); SendMessage 7958 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, EM_FINDWORDBREAK, nCode, nStartChar); SendMessage 7965 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SCROLLCARET, 0, 0L); SendMessage 7984 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_UNDO, 0, 0L); SendMessage 7990 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_CLEAR, 0, 0L); SendMessage 7996 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_COPY, 0, 0L); SendMessage 8002 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_CUT, 0, 0L); SendMessage 8008 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, WM_PASTE, 0, 0L); SendMessage 8016 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_GETOLEINTERFACE, 0, (LPARAM)&pRichEditOle); SendMessage 8023 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETOLECALLBACK, 0, (LPARAM)pCallback); SendMessage 8030 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_REDO, 0, 0L); SendMessage 8036 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_STOPGROUPTYPING, 0, 0L); SendMessage 8042 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, EM_SHOWSCROLLBAR, nBarType, bVisible); SendMessage 8050 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, nTabStops, (LPARAM)rgTabStops); SendMessage 8056 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, 0, 0L); SendMessage 8062 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, EM_SETTABSTOPS, 1, (LPARAM)(LPINT)&cxEachStop); SendMessage 8307 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, RB_GETBANDCOUNT, 0, 0L); SendMessage 8313 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_GETBANDINFO, nBand, (LPARAM)lprbbi); SendMessage 8319 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_SETBANDINFO, nBand, (LPARAM)lprbbi); SendMessage 8325 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_GETBARINFO, 0, (LPARAM)lprbi); SendMessage 8331 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_SETBARINFO, 0, (LPARAM)lprbi); SendMessage 8340 third_party/wtl/include/atlctrls.h if( (BOOL)::SendMessage(m_hWnd, RB_GETBARINFO, 0, (LPARAM)&rbi) == FALSE ) return CImageList(); SendMessage 8351 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_SETBARINFO, 0, (LPARAM)&rbi); SendMessage 8357 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, RB_GETROWCOUNT, 0, 0L); SendMessage 8363 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, RB_GETROWHEIGHT, nBand, 0L); SendMessage 8370 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, RB_GETTEXTCOLOR, 0, 0L); SendMessage 8376 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, RB_SETTEXTCOLOR, 0, (LPARAM)clr); SendMessage 8382 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, RB_GETBKCOLOR, 0, 0L); SendMessage 8388 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, RB_SETBKCOLOR, 0, (LPARAM)clr); SendMessage 8394 third_party/wtl/include/atlctrls.h return (UINT)::SendMessage(m_hWnd, RB_GETBARHEIGHT, 0, 0L); SendMessage 8400 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_GETRECT, nBand, (LPARAM)lpRect); SendMessage 8407 third_party/wtl/include/atlctrls.h return CToolTipCtrl((HWND)::SendMessage(m_hWnd, RB_GETTOOLTIPS, 0, 0L)); SendMessage 8413 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_SETTOOLTIPS, (WPARAM)hwndToolTip, 0L); SendMessage 8421 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_GETBANDBORDERS, nBand, (LPARAM)lpRect); SendMessage 8429 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_GETCOLORSCHEME, 0, (LPARAM)lpColorScheme); SendMessage 8436 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_SETCOLORSCHEME, 0, (LPARAM)lpColorScheme); SendMessage 8442 third_party/wtl/include/atlctrls.h return (HPALETTE)::SendMessage(m_hWnd, RB_GETPALETTE, 0, 0L); SendMessage 8448 third_party/wtl/include/atlctrls.h return (HPALETTE)::SendMessage(m_hWnd, RB_SETPALETTE, 0, (LPARAM)hPalette); SendMessage 8454 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_GETUNICODEFORMAT, 0, 0L); SendMessage 8460 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_SETUNICODEFORMAT, bUnicode, 0L); SendMessage 8473 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_GETBANDMARGINS, 0, (LPARAM)pMargins); SendMessage 8479 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_SETWINDOWTHEME, 0, (LPARAM)lpstrTheme); SendMessage 8487 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, RB_GETEXTENDEDSTYLE, 0, 0L); SendMessage 8493 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, RB_SETEXTENDEDSTYLE, dwMask, dwStyle); SendMessage 8501 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_INSERTBAND, nBand, (LPARAM)lprbbi); SendMessage 8512 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_DELETEBAND, nBand, 0L); SendMessage 8518 third_party/wtl/include/atlctrls.h return ATL::CWindow((HWND)::SendMessage(m_hWnd, RB_SETPARENT, (WPARAM)hWnd, 0L)); SendMessage 8525 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_BEGINDRAG, nBand, dwPos); SendMessage 8531 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_BEGINDRAG, nBand, MAKELPARAM(xPos, yPos)); SendMessage 8537 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_ENDDRAG, 0, 0L); SendMessage 8543 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_DRAGMOVE, 0, dwPos); SendMessage 8549 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_DRAGMOVE, 0, MAKELPARAM(xPos, yPos)); SendMessage 8556 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_GETDROPTARGET, 0, (LPARAM)ppDropTarget); SendMessage 8563 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_MAXIMIZEBAND, nBand, bIdeal); SendMessage 8569 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_MINIMIZEBAND, nBand, 0L); SendMessage 8575 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_SIZETORECT, 0, (LPARAM)lpRect); SendMessage 8581 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, RB_IDTOINDEX, uBandID, 0L); SendMessage 8587 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, RB_HITTEST, 0, (LPARAM)lprbht); SendMessage 8593 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_SHOWBAND, nBand, bShow); SendMessage 8601 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_MOVEBAND, nBand, nNewPos); SendMessage 8610 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, RB_PUSHCHEVRON, nBand, lAppValue); SendMessage 8649 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, RB_SETBANDWIDTH, nBand, cxWidth); SendMessage 8692 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, CBEM_GETIMAGELIST, 0, 0L)); SendMessage 8698 third_party/wtl/include/atlctrls.h return CImageList((HIMAGELIST)::SendMessage(m_hWnd, CBEM_SETIMAGELIST, 0, (LPARAM)hImageList)); SendMessage 8705 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, CBEM_GETEXTENDEDSTYLE, 0, 0L); SendMessage 8711 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, CBEM_SETEXTENDEDSTYLE, dwExMask, dwExStyle); SendMessage 8717 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CBEM_GETUNICODEFORMAT, 0, 0L); SendMessage 8723 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CBEM_SETUNICODEFORMAT, bUnicode, 0L); SendMessage 8731 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, CBEM_SETWINDOWTHEME, 0, (LPARAM)lpstrTheme); SendMessage 8739 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CBEM_INSERTITEM, 0, (LPARAM)lpcCBItem); SendMessage 8755 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CBEM_INSERTITEM, 0, (LPARAM)&cbex); SendMessage 8769 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CBEM_INSERTITEM, 0, (LPARAM)&cbex); SendMessage 8785 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CBEM_DELETEITEM, nIndex, 0L); SendMessage 8791 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CBEM_GETITEM, 0, (LPARAM)pCBItem); SendMessage 8797 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CBEM_SETITEM, 0, (LPARAM)lpcCBItem); SendMessage 8813 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, CBEM_SETITEM, 0, (LPARAM)&cbex); SendMessage 8827 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CBEM_GETITEM, 0, (LPARAM)&cbex); SendMessage 8851 third_party/wtl/include/atlctrls.h bRet = (BOOL)::SendMessage(m_hWnd, CBEM_GETITEM, 0, (LPARAM)&cbex); SendMessage 8889 third_party/wtl/include/atlctrls.h bRet = (BOOL)::SendMessage(m_hWnd, CBEM_GETITEM, 0, (LPARAM)&cbex); SendMessage 8907 third_party/wtl/include/atlctrls.h return CComboBox((HWND)::SendMessage(m_hWnd, CBEM_GETCOMBOCONTROL, 0, 0L)); SendMessage 8913 third_party/wtl/include/atlctrls.h return CEdit((HWND)::SendMessage(m_hWnd, CBEM_GETEDITCONTROL, 0, 0L)); SendMessage 8919 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, CBEM_HASEDITCHANGED, 0, 0L); SendMessage 8986 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, MCM_GETCOLOR, nColorType, 0L); SendMessage 8992 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, MCM_SETCOLOR, nColorType, clr); SendMessage 8998 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_GETCURSEL, 0, (LPARAM)lpSysTime); SendMessage 9004 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_SETCURSEL, 0, (LPARAM)lpSysTime); SendMessage 9010 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, MCM_GETFIRSTDAYOFWEEK, 0, 0L); SendMessage 9019 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, MCM_SETFIRSTDAYOFWEEK, 0, nDay); SendMessage 9028 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, MCM_GETMAXSELCOUNT, 0, 0L); SendMessage 9034 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_SETMAXSELCOUNT, nMax, 0L); SendMessage 9040 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, MCM_GETMONTHDELTA, 0, 0L); SendMessage 9046 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, MCM_SETMONTHDELTA, nDelta, 0L); SendMessage 9052 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, MCM_GETRANGE, 0, (LPARAM)lprgSysTimeArray); SendMessage 9058 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_SETRANGE, dwFlags, (LPARAM)lprgSysTimeArray); SendMessage 9064 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_GETSELRANGE, 0, (LPARAM)lprgSysTimeArray); SendMessage 9070 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_SETSELRANGE, 0, (LPARAM)lprgSysTimeArray); SendMessage 9076 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_GETTODAY, 0, (LPARAM)lpSysTime); SendMessage 9082 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, MCM_SETTODAY, 0, (LPARAM)lpSysTime); SendMessage 9088 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_GETMINREQRECT, 0, (LPARAM)lpRectInfo); SendMessage 9094 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, MCM_GETMAXTODAYWIDTH, 0, 0L); SendMessage 9101 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_GETUNICODEFORMAT, 0, 0L); SendMessage 9107 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_SETUNICODEFORMAT, bUnicode, 0L); SendMessage 9115 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, MCM_GETCURRENTVIEW, 0, 0L); SendMessage 9121 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_SETCURRENTVIEW, 0, dwView); SendMessage 9127 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, MCM_GETCALENDARCOUNT, 0, 0L); SendMessage 9133 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_GETCALENDARGRIDINFO, 0, (LPARAM)pGridInfo); SendMessage 9139 third_party/wtl/include/atlctrls.h return (CALID)::SendMessage(m_hWnd, MCM_GETCALID, 0, 0L); SendMessage 9145 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, MCM_SETCALID, (LPARAM)calid, 0L); SendMessage 9151 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, MCM_GETCALENDARBORDER, 0, 0L); SendMessage 9157 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, MCM_SETCALENDARBORDER, (WPARAM)bSet, (LPARAM)cxyBorder); SendMessage 9165 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, MCM_GETMONTHRANGE, dwFlags, (LPARAM)lprgSysTimeArray); SendMessage 9171 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, MCM_SETDAYSTATE, nMonths, (LPARAM)lpDayStateArray); SendMessage 9177 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, MCM_HITTEST, 0, (LPARAM)pMCHitTest); SendMessage 9184 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, MCM_SIZERECTTOMIN, 0, (LPARAM)lpRect); SendMessage 9225 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, DTM_SETFORMAT, 0, (LPARAM)lpszFormat); SendMessage 9231 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, DTM_GETMCCOLOR, nColorType, 0L); SendMessage 9237 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, DTM_SETMCCOLOR, nColorType, clr); SendMessage 9243 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, DTM_GETRANGE, 0, (LPARAM)lpSysTimeArray); SendMessage 9249 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, DTM_SETRANGE, dwFlags, (LPARAM)lpSysTimeArray); SendMessage 9255 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, DTM_GETSYSTEMTIME, 0, (LPARAM)lpSysTime); SendMessage 9261 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, DTM_SETSYSTEMTIME, dwFlags, (LPARAM)lpSysTime); SendMessage 9267 third_party/wtl/include/atlctrls.h return CMonthCalendarCtrl((HWND)::SendMessage(m_hWnd, DTM_GETMONTHCAL, 0, 0L)); SendMessage 9274 third_party/wtl/include/atlctrls.h return CFontHandle((HFONT)::SendMessage(m_hWnd, DTM_GETMCFONT, 0, 0L)); SendMessage 9280 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, DTM_SETMCFONT, (WPARAM)hFont, MAKELPARAM(bRedraw, 0)); SendMessage 9288 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, DTM_GETMCSTYLE, 0, 0L); SendMessage 9294 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, DTM_SETMCSTYLE, 0, (LPARAM)dwStyle); SendMessage 9300 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, DTM_GETDATETIMEPICKERINFO, 0, (LPARAM)lpPickerInfo); SendMessage 9306 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, DTM_GETIDEALSIZE, 0, (LPARAM)lpSize); SendMessage 9312 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, DTM_CLOSEMONTHCAL, 0, 0L); SendMessage 9472 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, IPM_ISBLANK, 0, 0L); SendMessage 9478 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, IPM_GETADDRESS, 0, (LPARAM)lpdwAddress); SendMessage 9484 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, IPM_SETADDRESS, 0, dwAddress); SendMessage 9490 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, IPM_CLEARADDRESS, 0, 0L); SendMessage 9496 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, IPM_SETRANGE, nField, wRange); SendMessage 9502 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, IPM_SETRANGE, nField, MAKEIPRANGE(nMin, nMax)); SendMessage 9508 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, IPM_SETFOCUS, nField, 0L); SendMessage 9552 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, PGM_GETBUTTONSIZE, 0, 0L); SendMessage 9558 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, PGM_SETBUTTONSIZE, 0, nButtonSize); SendMessage 9565 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, PGM_GETBUTTONSTATE, 0, nButton); SendMessage 9571 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, PGM_GETBKCOLOR, 0, 0L); SendMessage 9577 third_party/wtl/include/atlctrls.h return (COLORREF)::SendMessage(m_hWnd, PGM_SETBKCOLOR, 0, (LPARAM)clrBk); SendMessage 9583 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, PGM_GETBORDER, 0, 0L); SendMessage 9589 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, PGM_SETBORDER, 0, nBorderSize); SendMessage 9595 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, PGM_GETPOS, 0, 0L); SendMessage 9601 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, PGM_SETPOS, 0, nPos); SendMessage 9608 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, PGM_SETCHILD, 0, (LPARAM)hWndChild); SendMessage 9614 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, PGM_FORWARDMOUSE, bForward, 0L); SendMessage 9620 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, PGM_RECALCSIZE, 0, 0L); SendMessage 9627 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, PGM_GETDROPTARGET, 0, (LPARAM)ppDropTarget); SendMessage 9675 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LM_GETIDEALHEIGHT, cxMaxWidth, 0L); SendMessage 9681 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LM_GETITEM, 0, (LPARAM)pLItem); SendMessage 9687 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LM_SETITEM, 0, (LPARAM)pLItem); SendMessage 9697 third_party/wtl/include/atlctrls.h return (int)::SendMessage(m_hWnd, LM_GETIDEALSIZE, cxMaxWidth, (LPARAM)&size); SendMessage 9704 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LM_HITTEST, 0, (LPARAM)pLHitTestInfo); SendMessage 451 third_party/wtl/include/atlctrlw.h return (HWND)::SendMessage(m_hWnd, CBRM_GETCMDBAR, 0, 0L); SendMessage 1232 third_party/wtl/include/atlctrlw.h SendMessage(WM_MENUSELECT, MAKEWPARAM(nIndex, MF_POPUP|MF_HILITE), (LPARAM)m_hMenu); SendMessage 1348 third_party/wtl/include/atlctrlw.h m_wndParent.SendMessage(uMsg, wParam, lParam); SendMessage 1669 third_party/wtl/include/atlctrlw.h m_wndParent.SendMessage(WM_MENUSELECT, 0, (LPARAM)m_hMenu); SendMessage 1671 third_party/wtl/include/atlctrlw.h m_wndParent.SendMessage(WM_MENUSELECT, MAKEWPARAM(0, 0xFFFF), NULL); SendMessage 2656 third_party/wtl/include/atlctrlw.h pCmdBar = (CCommandBarCtrlBase*)::SendMessage(hWnd, GetGetBarMessage(), (WPARAM)&dwPID, 0L); SendMessage 2666 third_party/wtl/include/atlctrlw.h pCmdBar->SendMessage(WM_FORWARDMSG, 0, (LPARAM)pMsg); SendMessage 2912 third_party/wtl/include/atlctrlw.h int nCount = (int)::SendMessage(hWndReBar, RB_GETBANDCOUNT, 0, 0L); SendMessage 2917 third_party/wtl/include/atlctrlw.h BOOL bRetBandInfo = (BOOL)::SendMessage(hWndReBar, RB_GETBANDINFO, i, (LPARAM)&rbbi); SendMessage 3614 third_party/wtl/include/atlctrlw.h ::SendMessage(m_hWndChildMaximized, WM_SYSCOMMAND, uRet, 0L); SendMessage 3714 third_party/wtl/include/atlctrlw.h ::SendMessage(m_hWndChildMaximized, WM_SYSCOMMAND, SC_CLOSE, 0L); SendMessage 3720 third_party/wtl/include/atlctrlw.h ::SendMessage(m_hWndChildMaximized, WM_SYSCOMMAND, SC_RESTORE, 0L); SendMessage 3726 third_party/wtl/include/atlctrlw.h ::SendMessage(m_hWndChildMaximized, WM_SYSCOMMAND, SC_MINIMIZE, 0L); SendMessage 3764 third_party/wtl/include/atlctrlw.h ::SendMessage(m_hWndChildMaximized, WM_SYSCOMMAND, uDefID, 0L); SendMessage 3837 third_party/wtl/include/atlctrlw.h int nCount = (int)::SendMessage(GetParent(), RB_GETBANDCOUNT, 0, 0L); SendMessage 3841 third_party/wtl/include/atlctrlw.h ::SendMessage(GetParent(), RB_GETBANDINFO, i, (LPARAM)&rbi); SendMessage 3853 third_party/wtl/include/atlctrlw.h ::SendMessage(GetParent(), RB_SETBANDINFO, i, (LPARAM)&rbi); SendMessage 3866 third_party/wtl/include/atlctrlw.h HWND hWndChild = (HWND)::SendMessage(m_wndMDIClient, WM_MDIGETACTIVE, 0, (LPARAM)&bMaximized); SendMessage 3906 third_party/wtl/include/atlctrlw.h int nCount = (int)::SendMessage(GetParent(), RB_GETBANDCOUNT, 0, 0L); SendMessage 3912 third_party/wtl/include/atlctrlw.h ::SendMessage(GetParent(), RB_GETBANDINFO, i, (LPARAM)&rbi); SendMessage 3920 third_party/wtl/include/atlctrlw.h ::SendMessage(GetParent(), RB_SETBANDINFO, i, (LPARAM)&rbi); SendMessage 3926 third_party/wtl/include/atlctrlw.h ::SendMessage(GetParent(), RB_GETBANDINFO, i, (LPARAM)&rbi); SendMessage 3932 third_party/wtl/include/atlctrlw.h ::SendMessage(GetParent(), RB_SETBANDINFO, i, (LPARAM)&rbi); SendMessage 3937 third_party/wtl/include/atlctrlw.h ::SendMessage(GetParent(), RB_GETBANDINFO, i, (LPARAM)&rbi); SendMessage 3942 third_party/wtl/include/atlctrlw.h ::SendMessage(GetParent(), RB_SETBANDINFO, i, (LPARAM)&rbi); SendMessage 4142 third_party/wtl/include/atlctrlw.h HWND hWndChild = (HWND)::SendMessage(m_wndMDIClient, WM_MDIGETACTIVE, 0, (LPARAM)&bMaximized); SendMessage 408 third_party/wtl/include/atlctrlx.h ::SendMessage(GetParent(), WM_COMMAND, MAKEWPARAM(GetDlgCtrlID(), BN_CLICKED), (LPARAM)m_hWnd); SendMessage 509 third_party/wtl/include/atlctrlx.h ::SendMessage(GetParent(), WM_COMMAND, MAKEWPARAM(GetDlgCtrlID(), BN_CLICKED), (LPARAM)m_hWnd); SendMessage 519 third_party/wtl/include/atlctrlx.h ::SendMessage(GetParent(), WM_COMMAND, MAKEWPARAM(GetDlgCtrlID(), BN_CLICKED), (LPARAM)m_hWnd); SendMessage 1072 third_party/wtl/include/atlctrlx.h ::SendMessage(GetParent(), WM_NOTIFY, GetDlgCtrlID(), (LPARAM)&nmhdr); SendMessage 1076 third_party/wtl/include/atlctrlx.h ::SendMessage(GetParent(), WM_COMMAND, MAKEWPARAM(GetDlgCtrlID(), BN_CLICKED), (LPARAM)m_hWnd); SendMessage 1623 third_party/wtl/include/atlctrlx.h HBRUSH hBrush = (HBRUSH)::SendMessage(GetParent(), WM_CTLCOLORSTATIC, (WPARAM)dc.m_hDC, (LPARAM)m_hWnd); SendMessage 2486 third_party/wtl/include/atlctrlx.h return ::SendMessage(GetParent(), WM_COMMAND, wParam, (LPARAM)m_hWnd); SendMessage 3156 third_party/wtl/include/atlctrlx.h ::SendMessage(pT->GetParent(), WM_NOTIFY, (WPARAM)nID, (LPARAM)&nm); SendMessage 3764 third_party/wtl/include/atlctrlx.h bRet = (BOOL)::SendMessage(GetPageHWND(m_nActivePage), WM_FORWARDMSG, 0, (LPARAM)pMsg); SendMessage 4744 third_party/wtl/include/atlctrlx.h m_tab.SendMessage(WM_PRINTCLIENT, (WPARAM)dcMem.m_hDC); SendMessage 4799 third_party/wtl/include/atlctrlx.h ::SendMessage(GetParent(), WM_NOTIFY, GetDlgCtrlID(), (LPARAM)&nmhdr); SendMessage 4811 third_party/wtl/include/atlctrlx.h ::SendMessage(GetParent(), WM_NOTIFY, GetDlgCtrlID(), (LPARAM)&cmi); SendMessage 529 third_party/wtl/include/atlddx.h nValue = (int)::SendMessage(hWndCtrl, BM_GETCHECK, 0, 0L); SendMessage 539 third_party/wtl/include/atlddx.h ::SendMessage(hWndCtrl, BM_SETCHECK, nValue, 0L); SendMessage 565 third_party/wtl/include/atlddx.h ATLASSERT(::SendMessage(hWndCtrl, WM_GETDLGCODE, 0, 0L) & DLGC_RADIOBUTTON); SendMessage 574 third_party/wtl/include/atlddx.h if(::SendMessage(hWndCtrl, WM_GETDLGCODE, 0, 0L) & DLGC_RADIOBUTTON) SendMessage 579 third_party/wtl/include/atlddx.h if(::SendMessage(hWndCtrl, BM_GETCHECK, 0, 0L) != 0) SendMessage 588 third_party/wtl/include/atlddx.h ::SendMessage(hWndCtrl, BM_SETCHECK, (nButton == nValue), 0L); SendMessage 222 third_party/wtl/include/atldlgs.h return (int)GetFileDialogWindow().SendMessage(CDM_GETFILEPATH, nLength, (LPARAM)lpstrFilePath); SendMessage 230 third_party/wtl/include/atldlgs.h return (int)GetFileDialogWindow().SendMessage(CDM_GETFOLDERIDLIST, nLength, (LPARAM)lpBuff); SendMessage 238 third_party/wtl/include/atldlgs.h return (int)GetFileDialogWindow().SendMessage(CDM_GETFOLDERPATH, nLength, (LPARAM)lpstrFolderPath); SendMessage 246 third_party/wtl/include/atldlgs.h return (int)GetFileDialogWindow().SendMessage(CDM_GETSPEC, nLength, (LPARAM)lpstrSpec); SendMessage 254 third_party/wtl/include/atldlgs.h GetFileDialogWindow().SendMessage(CDM_SETCONTROLTEXT, nCtrlID, (LPARAM)lpstrText); SendMessage 262 third_party/wtl/include/atldlgs.h GetFileDialogWindow().SendMessage(CDM_SETDEFEXT, 0, (LPARAM)lpstrExt); SendMessage 276 third_party/wtl/include/atldlgs.h GetFileDialogWindow().SendMessage(CDM_HIDECONTROL, nCtrlID); SendMessage 283 third_party/wtl/include/atldlgs.h GetFileDialogWindow().SendMessage(WM_COMMAND, MAKEWPARAM(IDCANCEL, 0)); SendMessage 1509 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, BFFM_ENABLEOK, 0, bEnable); SendMessage 1515 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, BFFM_SETSELECTION, FALSE, (LPARAM)pItemIDList); SendMessage 1521 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, BFFM_SETSELECTION, TRUE, (LPARAM)lpstrFolderPath); SendMessage 1527 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, BFFM_SETSTATUSTEXT, 0, (LPARAM)lpstrText); SendMessage 1538 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, BFFM_SETOKTEXT, (WPARAM)lpstr, 0L); SendMessage 1547 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, BFFM_SETEXPANDED, FALSE, (LPARAM)pItemIDList); SendMessage 1558 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, BFFM_SETEXPANDED, TRUE, (LPARAM)lpstr); SendMessage 1604 third_party/wtl/include/atldlgs.h SendMessage(WM_COMMAND, MAKEWPARAM(IDABORT, 0)); SendMessage 1701 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, WM_CHOOSEFONT_GETLOGFONT, 0, (LPARAM)lplf); SendMessage 1716 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, WM_CHOOSEFONT_SETLOGFONT, 0, (LPARAM)lplf); SendMessage 1734 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, WM_CHOOSEFONT_SETFLAGS, 0, (LPARAM)&cf); SendMessage 2019 third_party/wtl/include/atldlgs.h SendMessage(_GetSetRGBMessage(), 0, (LPARAM)clr); SendMessage 2457 third_party/wtl/include/atldlgs.h SendMessage(WM_COMMAND, MAKEWPARAM(IDABORT, 0)); SendMessage 3456 third_party/wtl/include/atldlgs.h return (int)::SendMessage(hWndTabCtrl, TCM_GETITEMCOUNT, 0, 0L); SendMessage 3462 third_party/wtl/include/atldlgs.h return (HWND)::SendMessage(m_hWnd, PSM_GETCURRENTPAGEHWND, 0, 0L); SendMessage 3470 third_party/wtl/include/atldlgs.h return (int)::SendMessage(hWndTabCtrl, TCM_GETCURSEL, 0, 0L); SendMessage 3476 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_SETCURSEL, nPageIndex, 0L); SendMessage 3483 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_SETCURSEL, 0, (LPARAM)hPage); SendMessage 3489 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_SETCURSELID, 0, nPageID); SendMessage 3497 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, PSM_SETTITLE, nStyle, (LPARAM)lpszText); SendMessage 3503 third_party/wtl/include/atldlgs.h return (HWND)::SendMessage(m_hWnd, PSM_GETTABCONTROL, 0, 0L); SendMessage 3509 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, PSM_SETFINISHTEXT, 0, (LPARAM)lpszText); SendMessage 3523 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_ADDPAGE, 0, (LPARAM)hPage); SendMessage 3533 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_ADDPAGE, 0, (LPARAM)hPage); SendMessage 3541 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_INSERTPAGE, nNewPageIndex, (LPARAM)hPage); SendMessage 3551 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_INSERTPAGE, nNewPageIndex, (LPARAM)hPage); SendMessage 3558 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_INSERTPAGE, (WPARAM)hPageInsertAfter, (LPARAM)hPage); SendMessage 3568 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_INSERTPAGE, (WPARAM)hPageInsertAfter, (LPARAM)hPage); SendMessage 3575 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, PSM_REMOVEPAGE, nPageIndex, 0L); SendMessage 3582 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, PSM_REMOVEPAGE, 0, (LPARAM)hPage); SendMessage 3588 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_PRESSBUTTON, nButton, 0L); SendMessage 3594 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_APPLY, 0, 0L); SendMessage 3600 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, PSM_CANCELTOCLOSE, 0, 0L); SendMessage 3608 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, uMsg, (WPARAM)hWndPage, 0L); SendMessage 3614 third_party/wtl/include/atldlgs.h return ::SendMessage(m_hWnd, PSM_QUERYSIBLINGS, wParam, lParam); SendMessage 3620 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, PSM_REBOOTSYSTEM, 0, 0L); SendMessage 3626 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, PSM_RESTARTWINDOWS, 0, 0L); SendMessage 3632 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_ISDIALOGMESSAGE, 0, (LPARAM)lpMsg); SendMessage 3639 third_party/wtl/include/atldlgs.h return (int)::SendMessage(m_hWnd, PSM_HWNDTOINDEX, (WPARAM)hWnd, 0L); SendMessage 3645 third_party/wtl/include/atldlgs.h return (HWND)::SendMessage(m_hWnd, PSM_INDEXTOHWND, nIndex, 0L); SendMessage 3651 third_party/wtl/include/atldlgs.h return (int)::SendMessage(m_hWnd, PSM_PAGETOINDEX, 0, (LPARAM)hPage); SendMessage 3657 third_party/wtl/include/atldlgs.h return (HPROPSHEETPAGE)::SendMessage(m_hWnd, PSM_INDEXTOPAGE, nIndex, 0L); SendMessage 3663 third_party/wtl/include/atldlgs.h return (int)::SendMessage(m_hWnd, PSM_IDTOINDEX, 0, nID); SendMessage 3669 third_party/wtl/include/atldlgs.h return (int)::SendMessage(m_hWnd, PSM_INDEXTOID, nIndex, 0L); SendMessage 3675 third_party/wtl/include/atldlgs.h return (int)::SendMessage(m_hWnd, PSM_GETRESULT, 0, 0L); SendMessage 3681 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, PSM_RECALCPAGESIZES, 0, 0L); SendMessage 3687 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, PSM_SETHEADERTITLE, nIndex, (LPARAM)lpstrHeaderTitle); SendMessage 3693 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, PSM_SETHEADERSUBTITLE, nIndex, (LPARAM)lpstrHeaderSubTitle); SendMessage 4079 third_party/wtl/include/atldlgs.h SendMessage(WM_CLOSE); SendMessage 4712 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(hWndCtl, WM_FORWARDMSG, 0, (LPARAM)pMsg); SendMessage 5058 third_party/wtl/include/atldlgs.h return (HFONT)::SendMessage(m_hWnd, GetMessage_GetExteriorPageTitleFont(), 0, 0L); SendMessage 5064 third_party/wtl/include/atldlgs.h return (HFONT)::SendMessage(m_hWnd, GetMessage_GetBulletFont(), 0, 0L); SendMessage 5405 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, PSM_SETNEXTTEXT, 0, (LPARAM)lpszText); SendMessage 5423 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, PSM_SETBUTTONTEXT, (WPARAM)dwButton, (LPARAM)lpszText); SendMessage 6079 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_NAVIGATE_PAGE, 0, (LPARAM)&tdc); SendMessage 6086 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_NAVIGATE_PAGE, 0, (LPARAM)&m_tdc); SendMessage 6092 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_CLICK_BUTTON, nButton, 0L); SendMessage 6098 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_SET_MARQUEE_PROGRESS_BAR, bMarquee, 0L); SendMessage 6104 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, TDM_SET_PROGRESS_BAR_STATE, nNewState, 0L); SendMessage 6110 third_party/wtl/include/atldlgs.h return (DWORD)::SendMessage(m_hWnd, TDM_SET_PROGRESS_BAR_RANGE, 0, MAKELPARAM(nMinRange, nMaxRange)); SendMessage 6116 third_party/wtl/include/atldlgs.h return (int)::SendMessage(m_hWnd, TDM_SET_PROGRESS_BAR_POS, nNewPos, 0L); SendMessage 6122 third_party/wtl/include/atldlgs.h return (BOOL)::SendMessage(m_hWnd, TDM_SET_PROGRESS_BAR_MARQUEE, bMarquee, uSpeed); SendMessage 6128 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_SET_ELEMENT_TEXT, element, (LPARAM)lpstrText); SendMessage 6134 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_CLICK_RADIO_BUTTON, nRadioButton, 0L); SendMessage 6140 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_ENABLE_BUTTON, nButton, bEnable); SendMessage 6146 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_ENABLE_RADIO_BUTTON, nButton, bEnable); SendMessage 6152 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_CLICK_VERIFICATION, bCheck, bFocus); SendMessage 6158 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_UPDATE_ELEMENT_TEXT, element, (LPARAM)lpstrText); SendMessage 6164 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_SET_BUTTON_ELEVATION_REQUIRED_STATE, nButton, bElevation); SendMessage 6176 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_UPDATE_ICON, element, (LPARAM)hIcon); SendMessage 6188 third_party/wtl/include/atldlgs.h ::SendMessage(m_hWnd, TDM_UPDATE_ICON, element, (LPARAM)lpstrIcon); SendMessage 101 third_party/wtl/include/atlfind.h m_pFindReplaceDialog->SendMessage(WM_CLOSE); SendMessage 243 third_party/wtl/include/atlfind.h ::SendMessage(pT->m_hWnd, EM_GETSEL, (WPARAM)&nStartChar, (LPARAM)&nEndChar); SendMessage 293 third_party/wtl/include/atlfind.h m_pFindReplaceDialog->SendMessage(WM_CLOSE); SendMessage 324 third_party/wtl/include/atlfind.h ::SendMessage(pT->m_hWnd, EM_GETSEL, (WPARAM)&nStartChar, (LPARAM)&nEndChar); SendMessage 322 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndClient, uMsg, wParam, lParam); SendMessage 518 third_party/wtl/include/atlframe.h ::SendMessage(hWnd, TB_BUTTONSTRUCTSIZE, sizeof(TBBUTTON), 0L); SendMessage 521 third_party/wtl/include/atlframe.h CFontHandle font = (HFONT)::SendMessage(hWnd, WM_GETFONT, 0, 0L); SendMessage 540 third_party/wtl/include/atlframe.h ::SendMessage(hWnd, TB_SETIMAGELIST, 0, (LPARAM)hImageList); SendMessage 548 third_party/wtl/include/atlframe.h ::SendMessage(hWnd, TB_ADDBITMAP, nBmp, (LPARAM)&tbab); SendMessage 551 third_party/wtl/include/atlframe.h ::SendMessage(hWnd, TB_ADDBUTTONS, nItems, (LPARAM)pTBBtn); SendMessage 552 third_party/wtl/include/atlframe.h ::SendMessage(hWnd, TB_SETBITMAPSIZE, 0, MAKELONG(pData->wWidth, __max(pData->wHeight, cyFontHeight))); SendMessage 554 third_party/wtl/include/atlframe.h ::SendMessage(hWnd, TB_SETBUTTONSIZE, 0, MAKELONG(pData->wWidth + cxyButtonMargin, __max(pData->wHeight, cyFontHeight) + cxyButtonMargin)); SendMessage 580 third_party/wtl/include/atlframe.h if(!::SendMessage(hWndReBar, RB_SETBARINFO, 0, (LPARAM)&rbi)) SendMessage 611 third_party/wtl/include/atlframe.h int nBtnCount = (int)::SendMessage(hWndBand, TB_BUTTONCOUNT, 0, 0L); SendMessage 633 third_party/wtl/include/atlframe.h nID = ATL_IDW_BAND_FIRST + (int)::SendMessage(hWndReBar, RB_GETBANDCOUNT, 0, 0L); SendMessage 641 third_party/wtl/include/atlframe.h bRet = (BOOL)::SendMessage(hWndBand, TB_GETITEMRECT, nBtnCount - 1, (LPARAM)&rcTmp); SendMessage 651 third_party/wtl/include/atlframe.h bRet = (BOOL)::SendMessage(hWndBand, TB_GETITEMRECT, 0, (LPARAM)&rcTmp); SendMessage 674 third_party/wtl/include/atlframe.h LRESULT lRes = ::SendMessage(hWndReBar, RB_INSERTBAND, (WPARAM)-1, (LPARAM)&rbBand); SendMessage 682 third_party/wtl/include/atlframe.h DWORD dwExStyle = (DWORD)::SendMessage(hWndBand, TB_GETEXTENDEDSTYLE, 0, 0L); SendMessage 683 third_party/wtl/include/atlframe.h ::SendMessage(hWndBand, TB_SETEXTENDEDSTYLE, 0, dwExStyle | TBSTYLE_EX_HIDECLIPPEDBUTTONS); SendMessage 701 third_party/wtl/include/atlframe.h int nCount = (int)::SendMessage(m_hWndToolBar, RB_GETBANDCOUNT, 0, 0L); SendMessage 707 third_party/wtl/include/atlframe.h BOOL bRet = (BOOL)::SendMessage(m_hWndToolBar, RB_GETBANDINFO, i, (LPARAM)&rbBand); SendMessage 710 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndToolBar, RB_GETBANDBORDERS, i, (LPARAM)&rect); SendMessage 712 third_party/wtl/include/atlframe.h bRet = (BOOL)::SendMessage(m_hWndToolBar, RB_SETBANDINFO, i, (LPARAM)&rbBand); SendMessage 827 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndToolBar, WM_SIZE, 0, 0); SendMessage 839 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndStatusBar, WM_SIZE, 0, 0); SendMessage 886 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndStatusBar, SB_SIMPLE, FALSE, 0L); SendMessage 914 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndStatusBar, SB_SIMPLE, TRUE, 0L); SendMessage 915 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndStatusBar, SB_SETTEXT, (255 | SBT_NOBORDERS), (LPARAM)szBuff); SendMessage 1005 third_party/wtl/include/atlframe.h BOOL bRet = (BOOL)::SendMessage(cmi.lpnm->hdr.hwndFrom, RB_GETBANDINFO, cmi.lpnm->uBand, (LPARAM)&rbbi); SendMessage 1010 third_party/wtl/include/atlframe.h int nCount = (int)wnd.SendMessage(TB_BUTTONCOUNT); SendMessage 1015 third_party/wtl/include/atlframe.h CMenuHandle menuCmdBar = (HMENU)wnd.SendMessage(CBRM_GETMENU); SendMessage 1028 third_party/wtl/include/atlframe.h bRet = (BOOL)wnd.SendMessage(TB_GETBUTTON, i, (LPARAM)&tbb); SendMessage 1034 third_party/wtl/include/atlframe.h bRet = (BOOL)wnd.SendMessage(TB_GETITEMRECT, i, (LPARAM)&rcButton); SendMessage 1070 third_party/wtl/include/atlframe.h if(wnd.SendMessage(TB_GETBUTTONINFO, tbb.idCommand, (LPARAM)&tbbi) == -1 || lstrlen(szBuff) == 0) SendMessage 1118 third_party/wtl/include/atlframe.h HWND hWndCmdBar = (HWND)::SendMessage(m_hWnd, CBRM_GETCMDBAR, 0, 0L); SendMessage 1122 third_party/wtl/include/atlframe.h ::SendMessage(hWndCmdBar, CBRM_TRACKPOPUPMENU, 0, (LPARAM)&CBRPopupMenu); SendMessage 1327 third_party/wtl/include/atlframe.h return (HWND)::SendMessage(m_hWndMDIClient, WM_MDIGETACTIVE, 0, (LPARAM)lpbMaximized); SendMessage 1334 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndMDIClient, WM_MDIACTIVATE, (WPARAM)hWndChildToActivate, 0); SendMessage 1341 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndMDIClient, WM_MDINEXT, (WPARAM)hWndChild, (LPARAM)bPrevious); SendMessage 1348 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndMDIClient, WM_MDIMAXIMIZE, (WPARAM)hWndChildToMaximize, 0); SendMessage 1355 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndMDIClient, WM_MDIRESTORE, (WPARAM)hWndChildToRestore, 0); SendMessage 1362 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndMDIClient, WM_MDIDESTROY, (WPARAM)hWndChildToDestroy, 0); SendMessage 1368 third_party/wtl/include/atlframe.h return (BOOL)::SendMessage(m_hWndMDIClient, WM_MDICASCADE, (WPARAM)uFlags, 0); SendMessage 1374 third_party/wtl/include/atlframe.h return (BOOL)::SendMessage(m_hWndMDIClient, WM_MDITILE, (WPARAM)uFlags, 0); SendMessage 1380 third_party/wtl/include/atlframe.h ::SendMessage(m_hWndMDIClient, WM_MDIICONARRANGE, 0, 0); SendMessage 1386 third_party/wtl/include/atlframe.h return (HMENU)::SendMessage(m_hWndMDIClient, WM_MDISETMENU, (WPARAM)hMenuFrame, (LPARAM)hMenuWindow); SendMessage 1392 third_party/wtl/include/atlframe.h return (HMENU)::SendMessage(m_hWndMDIClient, WM_MDIREFRESHMENU, 0, 0); SendMessage 1443 third_party/wtl/include/atlframe.h ::SendMessage(hWndChild, uMsg, wParam, lParam); \ SendMessage 1721 third_party/wtl/include/atlframe.h wndParent.SendMessage(WM_MDIGETACTIVE, 0, (LPARAM)&bMaximized); SendMessage 1877 third_party/wtl/include/atlframe.h return ::SendMessage(GetMDIFrame(), uMsg, wParam, lParam); SendMessage 1885 third_party/wtl/include/atlframe.h ::SendMessage(GetMDIFrame(), WM_MDISETMENU, 0, 0); SendMessage 2706 third_party/wtl/include/atlframe.h ::SendMessage(hWndToolBar, TB_ENABLEBUTTON, nID, (LPARAM)(pUIData->m_wState & UPDUI_DISABLED) ? FALSE : TRUE); SendMessage 2707 third_party/wtl/include/atlframe.h ::SendMessage(hWndToolBar, TB_CHECKBUTTON, nID, (LPARAM)(pUIData->m_wState & UPDUI_CHECKED) ? TRUE : FALSE); SendMessage 2708 third_party/wtl/include/atlframe.h ::SendMessage(hWndToolBar, TB_INDETERMINATE, nID, (LPARAM)(pUIData->m_wState & UPDUI_CHECKED2) ? TRUE : FALSE); SendMessage 2709 third_party/wtl/include/atlframe.h ::SendMessage(hWndToolBar, TB_PRESSBUTTON, nID, (LPARAM)(pUIData->m_wState & UPDUI_RADIO) ? TRUE : FALSE); SendMessage 2716 third_party/wtl/include/atlframe.h ::SendMessage(hWndStatusBar, SB_SETTEXT, nID, (LPARAM)pUIData->m_lpstrText); SendMessage 2730 third_party/wtl/include/atlframe.h ::SendMessage(hChild, BM_SETCHECK, nCheck, 0L); SendMessage 2733 third_party/wtl/include/atlframe.h DWORD dwRet = (DWORD)::SendMessage(hWnd, DM_GETDEFID, 0, 0L); SendMessage 2738 third_party/wtl/include/atlframe.h ::SendMessage(hOldDef, BM_SETSTYLE, BS_PUSHBUTTON, MAKELPARAM(TRUE, 0)); SendMessage 2740 third_party/wtl/include/atlframe.h ::SendMessage(hWnd, DM_SETDEFID, nID, 0L); SendMessage 868 third_party/wtl/include/atlscrl.h m_nWheelLines = (int)::SendMessage(hWndWheel, uMsgScrollLines, 0, 0L); SendMessage 1640 third_party/wtl/include/atlscrl.h ::SendMessage(pT->GetParent(), WM_NOTIFY, (WPARAM)nId, (LPARAM)&nmhdr); SendMessage 210 third_party/wtl/include/atlwince.h ::SendMessage(hMenuBar, SHCMBM_OVERRIDEKEY, VK_TBACK, SendMessage 1119 third_party/wtl/include/atlwince.h ::SendMessage(hwnd, WM_COPYDATA, NULL, (LPARAM)&cd); SendMessage 1793 third_party/wtl/include/atlwince.h m_tab.SendMessage(CCM_SETVERSION, COMCTL32_VERSION); SendMessage 1897 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ADDSTYLE, 0, (LPARAM)pszStyle); SendMessage 1904 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ADDTEXT, (WPARAM)bPlainText, (LPARAM)pszText); SendMessage 1910 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ADDTEXT, (WPARAM)FALSE, (LPARAM)pszHTML); SendMessage 1916 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ADDTEXTW, (WPARAM)bPlainText, (LPARAM)pszText); SendMessage 1922 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ADDTEXTW, (WPARAM)FALSE, (LPARAM)pszHTML); SendMessage 1928 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ANCHOR, 0, (LPARAM)pszAnchor); SendMessage 1934 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ANCHORW, 0, (LPARAM)pszAnchor); SendMessage 1943 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_BROWSERDISPATCH, 0, (LPARAM)ppDispatch); SendMessage 1950 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_DOCUMENTDISPATCH , 0, (LPARAM)ppDispatch); SendMessage 1957 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_CLEAR, 0, 0L); SendMessage 1963 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ENABLECLEARTYPE, 0, (LPARAM)bEnable); SendMessage 1969 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ENABLECONTEXTMENU, 0, (LPARAM)bEnable); SendMessage 1975 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ENABLESCRIPTING, 0, (LPARAM)bEnable); SendMessage 1981 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ENABLESHRINK, 0, (LPARAM)bEnable); SendMessage 1987 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ENDOFSOURCE, 0, 0L); SendMessage 1993 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_IMAGEFAIL, 0, (LPARAM)dwCookie); SendMessage 1999 third_party/wtl/include/atlwince.h return (int)::SendMessage(m_hWnd, DTM_LAYOUTHEIGHT, 0, 0L); SendMessage 2005 third_party/wtl/include/atlwince.h return (int)::SendMessage(m_hWnd, DTM_LAYOUTWIDTH, 0, 0L); SendMessage 2012 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_NAVIGATE, (WPARAM)uFlags, (LPARAM)pstrURL); SendMessage 2018 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_SELECTALL, 0, 0L); SendMessage 2025 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_SETIMAGE, 0, (LPARAM)pImageInfo); SendMessage 2031 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_ZOOMLEVEL, 0, (LPARAM)iLevel); SendMessage 2038 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_STOP, 0, 0L); SendMessage 2047 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DTM_SCRIPTDISPATCH, 0, (LPARAM)ppDispatch); SendMessage 2091 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, EM_CANPASTE, (WPARAM)uFormat, 0L); SendMessage 2097 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, EM_CANREDO, 0, 0L); SendMessage 2103 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, EM_CANUNDO, 0, 0L); SendMessage 2109 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_CLEARALL, (WPARAM)bRepaint, 0L); SendMessage 2115 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, EM_GETMODIFY, 0, 0L); SendMessage 2121 third_party/wtl/include/atlwince.h return (UINT)::SendMessage(m_hWnd, EM_GETPAGESTYLE, 0, 0L); SendMessage 2127 third_party/wtl/include/atlwince.h return (UINT)::SendMessage(m_hWnd, EM_GETPENMODE, 0, 0L); SendMessage 2133 third_party/wtl/include/atlwince.h return (UINT)::SendMessage(m_hWnd, EM_GETVIEW, 0, 0L); SendMessage 2139 third_party/wtl/include/atlwince.h return (UINT)::SendMessage(m_hWnd, EM_GETWRAPMODE, 0, 0L); SendMessage 2145 third_party/wtl/include/atlwince.h return (UINT)::SendMessage(m_hWnd, EM_GETZOOMPERCENT, 0, 0L); SendMessage 2153 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_INSERTLINKS, (WPARAM)cchLength, (LPARAM)lpString); SendMessage 2159 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_REDOEVENT, 0, 0L); SendMessage 2165 third_party/wtl/include/atlwince.h return (UINT)::SendMessage(m_hWnd, EM_SETINKLAYER, (WPARAM)uLayer, 0L); SendMessage 2171 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_SETPAGESTYLE, (WPARAM)uStyle, 0L); SendMessage 2177 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_SETPENMODE, (WPARAM)uMode, 0L); SendMessage 2183 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_SETVIEW, (WPARAM)uStyle, 0L); SendMessage 2190 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_SETVIEWATTRIBUTES, 0, (LPARAM)pAttribs); SendMessage 2196 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_SETWRAPMODE, (WPARAM)uMode, 0L); SendMessage 2202 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_SETZOOMPERCENT, (WPARAM)uPercent, 0L); SendMessage 2208 third_party/wtl/include/atlwince.h return (LONG)::SendMessage(m_hWnd, EM_STREAMIN, (WPARAM)uFormat, (LPARAM)&es); SendMessage 2214 third_party/wtl/include/atlwince.h return (LONG)::SendMessage(m_hWnd, EM_STREAMOUT, (WPARAM)uFormat, (LPARAM)&es); SendMessage 2220 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_UNDOEVENT, 0, 0L); SendMessage 2227 third_party/wtl/include/atlwince.h return (DWORD)::SendMessage(m_hWnd, EM_GETSEL, 0, 0L); SendMessage 2233 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_GETSEL, (WPARAM)&nStartChar, (LPARAM)&nEndChar); SendMessage 2239 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_REPLACESEL, (WPARAM)bCanUndo, (LPARAM)lpszNewText); SendMessage 2245 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, EM_SETMODIFY, (WPARAM)bModified, 0L); SendMessage 2251 third_party/wtl/include/atlwince.h return (int)::SendMessage(m_hWnd, WM_GETTEXTLENGTH, 0, 0L); SendMessage 2258 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, WM_CLEAR, 0, 0L); SendMessage 2264 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, WM_COPY, 0, 0L); SendMessage 2270 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, WM_CUT, 0, 0L); SendMessage 2276 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, WM_PASTE, 0, 0L); SendMessage 2323 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, IM_CLEARALL, 0, 0L); SendMessage 2330 third_party/wtl/include/atlwince.h return (int)::SendMessage(m_hWnd, IM_GETDATA, (WPARAM)cbBuffer, (LPARAM)lpBuffer); SendMessage 2336 third_party/wtl/include/atlwince.h return (int)::SendMessage(m_hWnd, IM_GETDATALEN, 0, 0L); SendMessage 2342 third_party/wtl/include/atlwince.h return (HWND)::SendMessage(m_hWnd, IM_GETRICHINK, 0, 0L); SendMessage 2348 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, IM_RECORDING, 0, 0L); SendMessage 2354 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, IM_REINIT, 0, 0L); SendMessage 2361 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, IM_SETDATA, (WPARAM)cbInkData, (LPARAM)lpInkData); SendMessage 2367 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, IM_VOICE_PLAY, 0, 0L); SendMessage 2373 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, IM_VOICE_PLAYING, 0, 0L); SendMessage 2379 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, IM_VOICE_RECORD, 0, 0L); SendMessage 2385 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, IM_VOICE_STOP, 0, 0L); SendMessage 2391 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, IM_VOICEBAR, (WPARAM)bShow, 0L); SendMessage 2443 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, VRM_RECORD, 0, 0L); SendMessage 2449 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, VRM_PLAY, 0, 0L); SendMessage 2455 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, VRM_STOP, 0, 0L); SendMessage 2461 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, VRM_CANCEL, 0, 0L); SendMessage 2467 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, VRM_OK, 0, 0L); SendMessage 2527 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DLM_DELETESEL, 0, 0L); SendMessage 2533 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DLM_DISABLEUPDATES, 0, 0L); SendMessage 2539 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DLM_ENABLEUPDATES, 0, 0L); SendMessage 2545 third_party/wtl/include/atlwince.h return (int)::SendMessage(m_hWnd, DLM_GETFILTERINDEX, 0, 0L); SendMessage 2551 third_party/wtl/include/atlwince.h return (int)::SendMessage(m_hWnd, DLM_GETITEMCOUNT, 0, 0L); SendMessage 2557 third_party/wtl/include/atlwince.h return (int)::SendMessage(m_hWnd, DLM_GETNEXTITEM, (WPARAM)iIndex, (LPARAM)dwRelation); SendMessage 2563 third_party/wtl/include/atlwince.h return (int)::SendMessage(m_hWnd, DLM_GETNEXTITEM, (WPARAM)-1, (LPARAM)dwRelation); SendMessage 2570 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, DLM_GETNEXTWAVE, 0, (LPARAM)pIndex); SendMessage 2577 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, DLM_GETPREVWAVE, 0, (LPARAM)pIndex); SendMessage 2583 third_party/wtl/include/atlwince.h return (int)::SendMessage(m_hWnd, DLM_GETSELCOUNT, 0, 0L); SendMessage 2590 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, DLM_GETSELPATHNAME, (WPARAM)cchMax, (LPARAM)pstrPath); SendMessage 2597 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DLM_RECEIVEIR, 0, (LPARAM)pstrPath); SendMessage 2603 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DLM_REFRESH, 0, 0L); SendMessage 2609 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, DLM_RENAMEMOVE, 0, 0L); SendMessage 2615 third_party/wtl/include/atlwince.h return (int)::SendMessage(m_hWnd, DLM_SELECTALL, 0, 0L); SendMessage 2622 third_party/wtl/include/atlwince.h return (HRESULT)::SendMessage(m_hWnd, DLM_SELECTITEM, (WPARAM)bVisible, (LPARAM)pstrPath); SendMessage 2628 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DLM_SENDEMAIL, 0, (LPARAM)pstrAttachment); SendMessage 2634 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DLM_SENDIR, 0, (LPARAM)pstrPath); SendMessage 2640 third_party/wtl/include/atlwince.h return (HRESULT)::SendMessage(m_hWnd, DLM_SETFILTERINDEX, (WPARAM)iIndex, 0L); SendMessage 2647 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DLM_SETFOLDER, 0, (LPARAM)pstrPath); SendMessage 2654 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, DLM_SETITEMSTATE, (WPARAM)iIndex, (LPARAM)pItem); SendMessage 2663 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, DLM_SETITEMSTATE, (WPARAM)iIndex, (LPARAM)&lvi); SendMessage 2669 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DLM_SETONEITEM, (WPARAM)iIndex, (LPARAM)pPA); SendMessage 2675 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DLM_SETSELECT, (WPARAM)iIndex, 0L); SendMessage 2682 third_party/wtl/include/atlwince.h ::SendMessage(m_hWnd, DLM_SETSELPATHNAME, 0, (LPARAM)pstrPath); SendMessage 2688 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, DLM_SETSORTORDER, 0, 0L); SendMessage 2694 third_party/wtl/include/atlwince.h return (HRESULT)::SendMessage(m_hWnd, DLM_UPDATE, 0, 0L); SendMessage 2700 third_party/wtl/include/atlwince.h return (BOOL)::SendMessage(m_hWnd, DLM_VALIDATEFOLDER, 0, 0L); SendMessage 174 third_party/wtl/include/atlwinx.h LRESULT lResult = ::SendMessage(hWndChild, OCM__BASE + uMsg, wParam, lParam); SendMessage 513 third_party/wtl/include/atlwinx.h lResult = ::SendMessage(::GetParent(hWnd), uMsg, wParam, lParam); SendMessage 164 tools/android/forwarder2/host_forwarder_main.cc SendMessage( SendMessage 176 tools/android/forwarder2/host_forwarder_main.cc SendMessage( SendMessage 184 tools/android/forwarder2/host_forwarder_main.cc SendMessage("ERROR: missing host port", client_socket.get()); SendMessage 194 tools/android/forwarder2/host_forwarder_main.cc SendMessage(base::StringPrintf("%d:%d", device_port, host_port), SendMessage 207 tools/android/forwarder2/host_forwarder_main.cc SendMessage("ERROR: Connection to device failed.", client_socket.get()); SendMessage 215 tools/android/forwarder2/host_forwarder_main.cc if (!SendMessage(msg, client_socket.get())) SendMessage 194 ui/base/test/ui_controls_internal_win.cc ::SendMessage(popup_menu, WM_KEYDOWN, w_param, l_param); SendMessage 195 ui/base/test/ui_controls_internal_win.cc ::SendMessage(popup_menu, WM_KEYUP, w_param, l_param); SendMessage 152 ui/base/win/hwnd_subclass.cc return SendMessage(actual_target, message, w_param, l_param); SendMessage 81 ui/base/win/hwnd_subclass_unittest.cc ::SendMessage(window.hwnd(), WM_NCHITTEST, 0, 0); SendMessage 92 ui/base/win/hwnd_subclass_unittest.cc ::SendMessage(window.hwnd(), WM_NCHITTEST, 0, 0); SendMessage 112 ui/base/win/hwnd_subclass_unittest.cc ::SendMessage(window.hwnd(), WM_NCHITTEST, 0, 0); SendMessage 125 ui/base/win/hwnd_subclass_unittest.cc ::SendMessage(window.hwnd(), WM_NCHITTEST, 0, 0); SendMessage 144 ui/base/win/hwnd_subclass_unittest.cc ::SendMessage(window.hwnd(), WM_NCHITTEST, 0, 0); SendMessage 155 ui/base/win/hwnd_subclass_unittest.cc ::SendMessage(window.hwnd(), WM_NCHITTEST, 0, 0); SendMessage 107 ui/base/win/mouse_wheel_util.cc SendMessage(window_under_wheel, WM_MOUSEWHEEL, w_param, l_param); SendMessage 228 ui/gfx/win/hwnd_util.cc SendMessage(window, WM_SYSCOMMAND, command, 0); SendMessage 724 ui/shell_dialogs/select_file_dialog_win.cc SendMessage(window, BFFM_SETSELECTION, TRUE, (LPARAM)data); SendMessage 74 ui/views/corewm/tooltip_win.cc SendMessage(tooltip_hwnd_, TTM_ADDTOOL, 0, SendMessage 84 ui/views/corewm/tooltip_win.cc DWORD tooltip_size = SendMessage(tooltip_hwnd_, TTM_GETBUBBLESIZE, 0, SendMessage 121 ui/views/corewm/tooltip_win.cc SendMessage(tooltip_hwnd_, TTM_SETTOOLINFO, 0, SendMessage 129 ui/views/corewm/tooltip_win.cc SendMessage(tooltip_hwnd_, TTM_SETMAXTIPWIDTH, 0, max_width); SendMessage 136 ui/views/corewm/tooltip_win.cc SendMessage(tooltip_hwnd_, TTM_TRACKACTIVATE, SendMessage 146 ui/views/corewm/tooltip_win.cc SendMessage(tooltip_hwnd_, TTM_TRACKACTIVATE, FALSE, SendMessage 24 ui/views/event_utils_win.cc LRESULT nc_hit_result = SendMessage(window, WM_NCHITTEST, 0, SendMessage 1682 ui/views/view_unittest.cc ::SendMessage(view_with_controls->GetWidget()->GetNativeView(), SendMessage 516 ui/views/widget/widget_interactive_uitest.cc ::SendMessage(win32_native_window1, WM_NCACTIVATE, 1, 0); SendMessage 2227 ui/views/widget/widget_unittest.cc LRESULT activate_result = ::SendMessage( SendMessage 58 ui/views/win/fullscreen_handler.cc ::SendMessage(hwnd_, WM_SYSCOMMAND, SC_RESTORE, 0); SendMessage 101 ui/views/win/fullscreen_handler.cc ::SendMessage(hwnd_, WM_SYSCOMMAND, SC_MAXIMIZE, 0); SendMessage 206 ui/views/win/hwnd_message_handler.cc SendMessage(window, WM_DWMCOMPOSITIONCHANGED, 0, 0); SendMessage 703 ui/views/win/hwnd_message_handler.cc SendMessage(hwnd(), WM_SYSCOMMAND, SC_MOVE | 0x0002, GetMessagePos()); SendMessage 711 ui/views/win/hwnd_message_handler.cc SendMessage(hwnd(), WM_CANCELMODE, 0, 0); SendMessage 855 ui/views/win/hwnd_message_handler.cc SendMessage(hwnd(), WM_SETICON, ICON_SMALL, SendMessage 863 ui/views/win/hwnd_message_handler.cc SendMessage(hwnd(), WM_SETICON, ICON_BIG, SendMessage 1042 ui/views/win/hwnd_message_handler.cc SendMessage(hwnd(), WM_SYSCOMMAND, command, 0); SendMessage 1309 ui/views/win/hwnd_message_handler.cc SendMessage(hwnd(), SendMessage 2120 ui/views/win/hwnd_message_handler.cc LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht); SendMessage 2313 ui/views/win/hwnd_message_handler.cc LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht); SendMessage 2325 ui/views/win/hwnd_message_handler.cc w_param = SendMessage(hwnd(), WM_NCHITTEST, 0, SendMessage 626 win8/metro_driver/chrome_app_view.cc ::SendMessage(globals.host_windows.front().first, WM_ENDSESSION, FALSE,