UINT               22 base/file_version_info_win.cc   UINT size;
UINT              957 base/message_loop/message_loop_unittest.cc LRESULT CALLBACK TestWndProcThunk(HWND hwnd, UINT message,
UINT              179 base/message_loop/message_pump_win.cc     HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {
UINT              141 base/message_loop/message_pump_win.h                                        UINT message,
UINT               65 base/power_monitor/power_monitor_device_source.h                                          UINT message,
UINT               98 base/power_monitor/power_monitor_device_source_win.cc     UINT message,
UINT               32 base/process/process_win.cc   typedef UINT (WINAPI *TerminateProcessPtr)(HANDLE handle, UINT code);
UINT              502 base/strings/safe_sprintf.cc         if (arg.type != Arg::INT && arg.type != Arg::UINT) {
UINT              503 base/strings/safe_sprintf.cc           DEBUG_CHECK(arg.type == Arg::INT || arg.type == Arg::UINT);
UINT              533 base/strings/safe_sprintf.cc           if (arg.type != Arg::INT && arg.type != Arg::UINT) {
UINT              534 base/strings/safe_sprintf.cc             DEBUG_CHECK(arg.type == Arg::INT || arg.type == Arg::UINT);
UINT              143 base/strings/safe_sprintf.h   Arg(unsigned char c)      : i(c), width(sizeof(char)),      type(UINT) { }
UINT              145 base/strings/safe_sprintf.h   Arg(unsigned short j)     : i(j), width(sizeof(short)),     type(UINT) { }
UINT              147 base/strings/safe_sprintf.h   Arg(unsigned int j)       : i(j), width(sizeof(int)),       type(UINT) { }
UINT              149 base/strings/safe_sprintf.h   Arg(unsigned long j)      : i(j), width(sizeof(long)),      type(UINT) { }
UINT              151 base/strings/safe_sprintf.h   Arg(unsigned long long j) : i(j), width(sizeof(long long)), type(UINT) { }
UINT               23 base/strings/string_number_conversions.cc template <typename STR, typename INT, typename UINT, bool NEG>
UINT               79 base/strings/string_number_conversions.cc     UINT res = ToUnsignedT<INT, UINT, NEG>::ToUnsigned(value);
UINT              250 base/test/test_suite.cc   UINT new_flags = SEM_FAILCRITICALERRORS |
UINT              256 base/test/test_suite.cc   UINT existing_flags = SetErrorMode(new_flags);
UINT              120 base/win/message_window.cc                                            UINT message,
UINT               29 base/win/message_window.h   typedef base::Callback<bool(UINT message,
UINT               60 base/win/message_window.h   static LRESULT CALLBACK WindowProc(HWND hwnd, UINT message, WPARAM wparam,
UINT               17 base/win/message_window_unittest.cc     UINT message, WPARAM wparam, LPARAM lparam, LRESULT* result) {
UINT               87 base/win/pe_image.cc PIMAGE_SECTION_HEADER PEImage::GetSectionHeader(UINT section) const {
UINT              101 base/win/pe_image.cc DWORD PEImage::GetImageDirectoryEntrySize(UINT directory) const {
UINT              107 base/win/pe_image.cc PVOID PEImage::GetImageDirectoryEntryAddr(UINT directory) const {
UINT              118 base/win/pe_image.cc   for (UINT i = 0; NULL != (section = GetSectionHeader(i)); i++) {
UINT              242 base/win/pe_image.cc   UINT num_sections = nt_headers->FileHeader.NumberOfSections;
UINT              245 base/win/pe_image.cc   for (UINT i = 0; i < num_sections; i++, section++) {
UINT              266 base/win/pe_image.cc   UINT ordinal_base = exports->Base;
UINT              267 base/win/pe_image.cc   UINT num_funcs = exports->NumberOfFunctions;
UINT              268 base/win/pe_image.cc   UINT num_names = exports->NumberOfNames;
UINT              275 base/win/pe_image.cc   for (UINT count = 0; count < num_funcs; count++) {
UINT              282 base/win/pe_image.cc     UINT hint;
UINT              321 base/win/pe_image.cc     UINT num_relocs = (base->SizeOfBlock - sizeof(IMAGE_BASE_RELOCATION)) /
UINT              324 base/win/pe_image.cc     for (UINT i = 0; i < num_relocs; i++, reloc++) {
UINT              110 base/win/pe_image.h   PIMAGE_SECTION_HEADER GetSectionHeader(UINT section) const;
UINT              113 base/win/pe_image.h   DWORD GetImageDirectoryEntrySize(UINT directory) const;
UINT              116 base/win/pe_image.h   PVOID GetImageDirectoryEntryAddr(UINT directory) const;
UINT               52 base/win/scoped_bstr.cc   Reset(SysAllocStringByteLen(NULL, static_cast<UINT>(bytes)));
UINT               24 base/win/scoped_variant.cc ScopedVariant::ScopedVariant(const wchar_t* str, UINT length) {
UINT               40 base/win/scoped_variant.h   ScopedVariant(const wchar_t* str, UINT length);
UINT               44 base/win/scoped_variant_unittest.cc   STDMETHOD(GetTypeInfoCount)(UINT*) {
UINT               48 base/win/scoped_variant_unittest.cc   STDMETHOD(GetTypeInfo)(UINT, LCID, ITypeInfo**) {
UINT               52 base/win/scoped_variant_unittest.cc   STDMETHOD(GetIDsOfNames)(REFIID, LPOLESTR*, UINT, LCID, DISPID*) {
UINT               57 base/win/scoped_variant_unittest.cc                     EXCEPINFO*, UINT*) {
UINT               68 base/win/win_util.cc   static const UINT SIZEOF_NONCLIENTMETRICS =
UINT               36 base/win/wrapped_window_proc.cc     UINT style,
UINT               43 base/win/wrapped_window_proc.h     UINT style,
UINT               72 base/win/wrapped_window_proc.h LRESULT CALLBACK WrappedWindowProc(HWND hwnd, UINT message,
UINT               15 base/win/wrapped_window_proc_unittest.cc LRESULT CALLBACK TestWindowProc(HWND hwnd, UINT message,
UINT              159 chrome/app/chrome_main_delegate.cc   UINT new_flags = SEM_FAILCRITICALERRORS |
UINT              163 chrome/app/chrome_main_delegate.cc   UINT existing_flags = SetErrorMode(new_flags);
UINT              263 chrome/app/image_pre_reader_win.cc   for (UINT i = 0; (section = pe_image.GetSectionHeader(i)) != NULL; ++i) {
UINT              303 chrome/app/image_pre_reader_win.cc   for (UINT i = 0; (section = pe_image.GetSectionHeader(i)) != NULL; ++i) {
UINT              345 chrome/browser/chrome_browser_main_win.cc     const UINT flags = MB_OKCANCEL | MB_ICONWARNING | MB_TOPMOST;
UINT              378 chrome/browser/chrome_browser_main_win.cc         const UINT flags = MB_OK | MB_ICONERROR | MB_TOPMOST;
UINT               50 chrome/browser/extensions/global_shortcut_listener_win.cc                                           UINT message,
UINT               27 chrome/browser/extensions/global_shortcut_listener_win.h                          UINT message,
UINT              201 chrome/browser/hang_monitor/hung_plugin_action.cc                                                            UINT message,
UINT               33 chrome/browser/hang_monitor/hung_plugin_action.h                                                   UINT message,
UINT              138 chrome/browser/jumplist_updater_win.cc   UINT max_slots;
UINT               42 chrome/browser/platform_util_win.cc       UINT cidl,
UINT              184 chrome/browser/printing/printing_layout_browsertest.cc     UINT smoothing = 0;
UINT              158 chrome/browser/process_singleton_win.cc     UINT message,
UINT              177 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.cc bool BrowserDesktopWindowTreeHostWin::PreHandleMSG(UINT message,
UINT              197 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.cc void BrowserDesktopWindowTreeHostWin::PostHandleMSG(UINT message,
UINT               47 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.h   virtual bool PreHandleMSG(UINT message,
UINT               51 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.h   virtual void PostHandleMSG(UINT message,
UINT              182 chrome/browser/ui/views/infobars/infobar_view.cc     typedef HRESULT (STDAPICALLTYPE *GetStockIconInfo)(SHSTOCKICONID, UINT,
UINT               76 chrome/browser/ui/views/outdated_upgrade_bubble_view.cc     typedef HRESULT (STDAPICALLTYPE *GetStockIconInfo)(SHSTOCKICONID, UINT,
UINT              542 chrome/browser/ui/views/panels/panel_stack_view.cc                                    UINT message,
UINT               99 chrome/browser/ui/views/panels/panel_stack_view.h                              UINT message,
UINT              365 chrome/browser/ui/views/panels/panel_view.cc                               UINT message,
UINT              155 chrome/browser/ui/views/panels/panel_view.h                              UINT message,
UINT               98 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc                                                 UINT message,
UINT               52 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.h                              UINT message,
UINT              171 chrome/browser/ui/views/simple_message_box_views.cc UINT GetMessageBoxFlagsFromType(MessageBoxType type) {
UINT              172 chrome/browser/ui/views/simple_message_box_views.cc   UINT flags = MB_SETFOREGROUND;
UINT               20 chrome/browser/ui/views/status_icons/status_icon_win.cc StatusIconWin::StatusIconWin(UINT id, HWND window, UINT message)
UINT              174 chrome/browser/ui/views/status_icons/status_icon_win.cc StatusIconMetro::StatusIconMetro(UINT id)
UINT               28 chrome/browser/ui/views/status_icons/status_icon_win.h   StatusIconWin(UINT id, HWND window, UINT message);
UINT               42 chrome/browser/ui/views/status_icons/status_icon_win.h   UINT icon_id() const { return icon_id_; }
UINT               43 chrome/browser/ui/views/status_icons/status_icon_win.h   UINT message_id() const { return message_id_; }
UINT               62 chrome/browser/ui/views/status_icons/status_icon_win.h   UINT icon_id_;
UINT               68 chrome/browser/ui/views/status_icons/status_icon_win.h   UINT message_id_;
UINT               89 chrome/browser/ui/views/status_icons/status_icon_win.h   explicit StatusIconMetro(UINT id);
UINT              105 chrome/browser/ui/views/status_icons/status_icon_win.h   const UINT id_;
UINT               16 chrome/browser/ui/views/status_icons/status_tray_win.cc static const UINT kStatusIconMessage = WM_APP + 1;
UINT               20 chrome/browser/ui/views/status_icons/status_tray_win.cc const UINT kBaseIconId = 2;
UINT               22 chrome/browser/ui/views/status_icons/status_tray_win.cc UINT ReservedIconId(StatusTray::StatusIconType type) {
UINT               23 chrome/browser/ui/views/status_icons/status_tray_win.cc   return kBaseIconId + static_cast<UINT>(type);
UINT               58 chrome/browser/ui/views/status_icons/status_tray_win.cc                                               UINT message,
UINT               70 chrome/browser/ui/views/status_icons/status_tray_win.cc                                         UINT message,
UINT              132 chrome/browser/ui/views/status_icons/status_tray_win.cc   UINT next_icon_id;
UINT              149 chrome/browser/ui/views/status_icons/status_tray_win.cc UINT StatusTrayWin::NextIconId() {
UINT              150 chrome/browser/ui/views/status_icons/status_tray_win.cc   UINT icon_id = next_icon_id_++;
UINT              151 chrome/browser/ui/views/status_icons/status_tray_win.cc   return kBaseIconId + static_cast<UINT>(NAMED_STATUS_ICON_COUNT) + icon_id;
UINT               20 chrome/browser/ui/views/status_icons/status_tray_win.h                            UINT message,
UINT               34 chrome/browser/ui/views/status_icons/status_tray_win.h                                         UINT message,
UINT               38 chrome/browser/ui/views/status_icons/status_tray_win.h   UINT NextIconId();
UINT               41 chrome/browser/ui/views/status_icons/status_tray_win.h   UINT next_icon_id_;
UINT               54 chrome/browser/ui/views/status_icons/status_tray_win.h   UINT taskbar_created_message_;
UINT              100 chrome/browser/ui/views/status_icons/status_tray_win_unittest.cc   UINT message_id = icon->message_id();
UINT              101 chrome/browser/ui/views/status_icons/status_tray_win_unittest.cc   UINT icon_id = icon->icon_id();
UINT              114 chrome/common/logging_chrome.cc   UINT new_flags = SEM_FAILCRITICALERRORS |
UINT              119 chrome/common/logging_chrome.cc   UINT existing_flags = SetErrorMode(new_flags);
UINT              106 chrome/installer/gcapi/gcapi.cc       reinterpret_cast<LPVOID *>(&data), reinterpret_cast<UINT *>(&data_len)))
UINT              123 chrome/installer/gcapi/gcapi.cc       reinterpret_cast<LPVOID *>(&data), reinterpret_cast<UINT *>(&data_len)))
UINT              251 chrome/installer/test/alternate_version_generator.cc     UINT ver_info_len;
UINT               16 chrome/test/chromedriver/keycode_text_conversion_win.cc   UINT scan_code = ::MapVirtualKeyW(key_code, MAPVK_VK_TO_VSC);
UINT              195 chrome_elf/blacklist/blacklist_interceptions.cc     UINT image_flags;
UINT               68 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnInitDialog(UINT message, WPARAM wparam, LPARAM lparam,
UINT               70 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnCtrColor(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
UINT               71 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnCancel(UINT, INT nIdentifier, HWND, BOOL& handled);
UINT               72 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnStart(UINT, INT nIdentifier, HWND, BOOL& handled);
UINT               73 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnInstall(UINT, INT nIdentifier, HWND, BOOL& handled);
UINT               74 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnLogging(UINT, INT nIdentifier, HWND, BOOL& handled);
UINT               75 cloud_print/service/win/cloud_print_service_config.cc   LRESULT OnDestroy(UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
UINT              208 cloud_print/service/win/cloud_print_service_config.cc LRESULT SetupDialog::OnInitDialog(UINT message, WPARAM wparam, LPARAM lparam,
UINT              235 cloud_print/service/win/cloud_print_service_config.cc LRESULT SetupDialog::OnCtrColor(UINT message, WPARAM wparam, LPARAM lparam,
UINT              244 cloud_print/service/win/cloud_print_service_config.cc LRESULT SetupDialog::OnStart(UINT, INT nIdentifier, HWND, BOOL& handled) {
UINT              254 cloud_print/service/win/cloud_print_service_config.cc LRESULT SetupDialog::OnInstall(UINT, INT nIdentifier, HWND, BOOL& handled) {
UINT              265 cloud_print/service/win/cloud_print_service_config.cc LRESULT SetupDialog::OnLogging(UINT, INT nIdentifier, HWND, BOOL& handled) {
UINT              270 cloud_print/service/win/cloud_print_service_config.cc LRESULT SetupDialog::OnCancel(UINT, INT nIdentifier, HWND, BOOL& handled) {
UINT              275 cloud_print/service/win/cloud_print_service_config.cc LRESULT SetupDialog::OnDestroy(UINT message, WPARAM wparam, LPARAM lparam,
UINT              188 cloud_print/virtual_driver/win/install/setup.cc UINT CALLBACK CabinetCallback(PVOID data,
UINT              189 cloud_print/virtual_driver/win/install/setup.cc                               UINT notification,
UINT              469 components/breakpad/app/breakpad_win.cc                            UINT flags, bool* exit_now) {
UINT              502 components/breakpad/app/breakpad_win.cc   UINT flags = MB_OKCANCEL | MB_ICONWARNING;
UINT               71 components/breakpad/tools/crash_service.cc LRESULT __stdcall CrashSvcWndProc(HWND hwnd, UINT message,
UINT              501 components/storage_monitor/portable_device_watcher_win.cc void PortableDeviceWatcherWin::OnWindowMessage(UINT event_type, LPARAM data) {
UINT               76 components/storage_monitor/portable_device_watcher_win.h   void OnWindowMessage(UINT event_type, LPARAM data);
UINT              126 components/storage_monitor/storage_monitor_win.cc LRESULT CALLBACK StorageMonitorWin::WndProcThunk(HWND hwnd, UINT message,
UINT              135 components/storage_monitor/storage_monitor_win.cc LRESULT CALLBACK StorageMonitorWin::WndProc(HWND hwnd, UINT message,
UINT              139 components/storage_monitor/storage_monitor_win.cc       OnDeviceChange(static_cast<UINT>(wparam), lparam);
UINT              158 components/storage_monitor/storage_monitor_win.cc void StorageMonitorWin::OnDeviceChange(UINT event_type, LPARAM data) {
UINT               58 components/storage_monitor/storage_monitor_win.h   static LRESULT CALLBACK WndProcThunk(HWND hwnd, UINT message, WPARAM wparam,
UINT               61 components/storage_monitor/storage_monitor_win.h   LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wparam,
UINT               64 components/storage_monitor/storage_monitor_win.h   void OnDeviceChange(UINT event_type, LPARAM data);
UINT               25 components/storage_monitor/test_storage_monitor_win.cc void TestStorageMonitorWin::InjectDeviceChange(UINT event_type, DWORD data) {
UINT               29 components/storage_monitor/test_storage_monitor_win.h   void InjectDeviceChange(UINT event_type, DWORD data);
UINT               59 components/storage_monitor/volume_mount_watcher_win.cc   UINT drive_type = GetDriveType(mount_point.c_str());
UINT              444 components/storage_monitor/volume_mount_watcher_win.cc void VolumeMountWatcherWin::OnWindowMessage(UINT event_type, LPARAM data) {
UINT               50 components/storage_monitor/volume_mount_watcher_win.h   void OnWindowMessage(UINT event_type, LPARAM data);
UINT              127 content/browser/gamepad/raw_input_data_fetcher_win.cc   UINT count = 0;
UINT              128 content/browser/gamepad/raw_input_data_fetcher_win.cc   UINT result = GetRawInputDeviceList(NULL, &count, sizeof(RAWINPUTDEVICELIST));
UINT              129 content/browser/gamepad/raw_input_data_fetcher_win.cc   if (result == static_cast<UINT>(-1)) {
UINT              138 content/browser/gamepad/raw_input_data_fetcher_win.cc   if (result == static_cast<UINT>(-1)) {
UINT              144 content/browser/gamepad/raw_input_data_fetcher_win.cc   for (UINT i = 0; i < count; ++i) {
UINT              166 content/browser/gamepad/raw_input_data_fetcher_win.cc   UINT size = 0;
UINT              173 content/browser/gamepad/raw_input_data_fetcher_win.cc   UINT result = GetRawInputDeviceInfo(hDevice, RIDI_DEVICEINFO,
UINT              175 content/browser/gamepad/raw_input_data_fetcher_win.cc   if (result == static_cast<UINT>(-1)) {
UINT              186 content/browser/gamepad/raw_input_data_fetcher_win.cc   if (result == static_cast<UINT>(-1)) {
UINT              217 content/browser/gamepad/raw_input_data_fetcher_win.cc   if (result == static_cast<UINT>(-1)) {
UINT              226 content/browser/gamepad/raw_input_data_fetcher_win.cc   if (result == static_cast<UINT>(-1)) {
UINT              254 content/browser/gamepad/raw_input_data_fetcher_win.cc   if (result == static_cast<UINT>(-1)) {
UINT              265 content/browser/gamepad/raw_input_data_fetcher_win.cc   if (result == static_cast<UINT>(-1)) {
UINT              302 content/browser/gamepad/raw_input_data_fetcher_win.cc   for (UINT i = 0; i < count; i++) {
UINT              318 content/browser/gamepad/raw_input_data_fetcher_win.cc     for (UINT i = 0; i < count; i++) {
UINT              420 content/browser/gamepad/raw_input_data_fetcher_win.cc   UINT size = 0;
UINT              421 content/browser/gamepad/raw_input_data_fetcher_win.cc   UINT result = GetRawInputData(
UINT              423 content/browser/gamepad/raw_input_data_fetcher_win.cc   if (result == static_cast<UINT>(-1)) {
UINT              434 content/browser/gamepad/raw_input_data_fetcher_win.cc   if (result == static_cast<UINT>(-1)) {
UINT              450 content/browser/gamepad/raw_input_data_fetcher_win.cc bool RawInputDataFetcher::HandleMessage(UINT message,
UINT               77 content/browser/gamepad/raw_input_data_fetcher_win.h   bool HandleMessage(UINT message,
UINT              105 content/browser/renderer_host/input/web_input_event_builders_win.cc WebKeyboardEvent WebKeyboardEventBuilder::Build(HWND hwnd, UINT message,
UINT              184 content/browser/renderer_host/input/web_input_event_builders_win.cc WebMouseEvent WebMouseEventBuilder::Build(HWND hwnd, UINT message,
UINT              316 content/browser/renderer_host/input/web_input_event_builders_win.cc WebMouseWheelEventBuilder::Build(HWND hwnd, UINT message,
UINT              333 content/browser/renderer_host/input/web_input_event_builders_win.cc   UINT key_state;
UINT               16 content/browser/renderer_host/input/web_input_event_builders_win.h   static blink::WebKeyboardEvent Build(HWND hwnd, UINT message,
UINT               22 content/browser/renderer_host/input/web_input_event_builders_win.h   static blink::WebMouseEvent Build(HWND hwnd, UINT message,
UINT               28 content/browser/renderer_host/input/web_input_event_builders_win.h   static blink::WebMouseWheelEvent Build(HWND hwnd, UINT message,
UINT              113 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnEraseBkGnd(UINT message,
UINT              119 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnGetObject(UINT message,
UINT              139 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnKeyboardRange(UINT message,
UINT              150 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnMouseRange(UINT message,
UINT              183 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnMouseLeave(UINT message,
UINT              200 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnMouseActivate(UINT message,
UINT              227 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnTouch(UINT message,
UINT              237 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnScroll(UINT message,
UINT              247 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnNCHitTest(UINT message,
UINT              262 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnNCPaint(UINT message,
UINT              268 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnPaint(UINT message,
UINT              277 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnSetCursor(UINT message,
UINT              283 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnNCCalcSize(UINT message,
UINT              290 content/browser/renderer_host/legacy_render_widget_host_win.cc LRESULT LegacyRenderWidgetHostHWND::OnSize(UINT message,
UINT              121 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnEraseBkGnd(UINT message, WPARAM w_param, LPARAM l_param);
UINT              122 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnGetObject(UINT message, WPARAM w_param, LPARAM l_param);
UINT              123 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnKeyboardRange(UINT message, WPARAM w_param, LPARAM l_param,
UINT              125 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnMouseLeave(UINT message, WPARAM w_param, LPARAM l_param);
UINT              126 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnMouseRange(UINT message, WPARAM w_param, LPARAM l_param,
UINT              128 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnMouseActivate(UINT message, WPARAM w_param, LPARAM l_param);
UINT              129 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnTouch(UINT message, WPARAM w_param, LPARAM l_param);
UINT              130 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnScroll(UINT message, WPARAM w_param, LPARAM l_param);
UINT              131 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnNCHitTest(UINT message, WPARAM w_param, LPARAM l_param);
UINT              133 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnNCPaint(UINT message, WPARAM w_param, LPARAM l_param);
UINT              134 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnPaint(UINT message, WPARAM w_param, LPARAM l_param);
UINT              135 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnSetCursor(UINT message, WPARAM w_param, LPARAM l_param);
UINT              136 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnNCCalcSize(UINT message, WPARAM w_param, LPARAM l_param);
UINT              137 content/browser/renderer_host/legacy_render_widget_host_win.h   LRESULT OnSize(UINT message, WPARAM w_param, LPARAM l_param);
UINT              173 content/browser/renderer_host/render_widget_host_view_base.cc   static UINT msg = RegisterWindowMessage(kPaintMessageName);
UINT              105 content/browser/system_message_window_win.cc LRESULT SystemMessageWindowWin::OnDeviceChange(UINT event_type, LPARAM data) {
UINT              150 content/browser/system_message_window_win.cc LRESULT CALLBACK SystemMessageWindowWin::WndProc(HWND hwnd, UINT message,
UINT              154 content/browser/system_message_window_win.cc       return OnDeviceChange(static_cast<UINT>(wparam), lparam);
UINT               22 content/browser/system_message_window_win.h   virtual LRESULT OnDeviceChange(UINT event_type, LPARAM data);
UINT               27 content/browser/system_message_window_win.h   LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
UINT               31 content/browser/system_message_window_win.h                                        UINT message,
UINT              248 content/child/npapi/webplugin_delegate_impl.h       HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
UINT              250 content/child/npapi/webplugin_delegate_impl.h       HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
UINT              252 content/child/npapi/webplugin_delegate_impl.h       HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
UINT              254 content/child/npapi/webplugin_delegate_impl.h       HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
UINT              259 content/child/npapi/webplugin_delegate_impl.h   static void ThrottleMessage(WNDPROC proc, HWND hwnd, UINT message,
UINT              402 content/child/npapi/webplugin_delegate_impl.h   static void HandleCaptureForMessage(HWND window, UINT message);
UINT              626 content/child/npapi/webplugin_delegate_impl_win.cc                                             UINT message, WPARAM wParam,
UINT              652 content/child/npapi/webplugin_delegate_impl_win.cc     HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {
UINT              682 content/child/npapi/webplugin_delegate_impl_win.cc     HWND hwnd, UINT message, WPARAM w_param, LPARAM l_param) {
UINT              805 content/child/npapi/webplugin_delegate_impl_win.cc     UINT flags = SWP_NOMOVE | SWP_NOZORDER;
UINT              898 content/child/npapi/webplugin_delegate_impl_win.cc     HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) {
UINT              929 content/child/npapi/webplugin_delegate_impl_win.cc     HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {
UINT              962 content/child/npapi/webplugin_delegate_impl_win.cc   static UINT custom_msg = RegisterWindowMessage(kPaintMessageName);
UINT             1502 content/child/npapi/webplugin_delegate_impl_win.cc                                                     UINT message) {
UINT               20 content/gpu/gpu_idirect3d9_mock_win.h       HRESULT(UINT Adapter, D3DDEVTYPE DeviceType,
UINT               25 content/gpu/gpu_idirect3d9_mock_win.h       HRESULT(UINT Adapter, D3DDEVTYPE DeviceType,
UINT               30 content/gpu/gpu_idirect3d9_mock_win.h       HRESULT(UINT Adapter, D3DDEVTYPE DeviceType,
UINT               34 content/gpu/gpu_idirect3d9_mock_win.h       HRESULT(UINT Adapter, D3DDEVTYPE DeviceType,
UINT               40 content/gpu/gpu_idirect3d9_mock_win.h       HRESULT(UINT Adapter, D3DDEVTYPE DevType,
UINT               45 content/gpu/gpu_idirect3d9_mock_win.h       HRESULT(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow,
UINT               51 content/gpu/gpu_idirect3d9_mock_win.h       HRESULT(UINT Adapter, D3DFORMAT Format, UINT Mode,
UINT               53 content/gpu/gpu_idirect3d9_mock_win.h   MOCK_METHOD0_WITH_CALLTYPE(STDMETHODCALLTYPE, GetAdapterCount, UINT());
UINT               56 content/gpu/gpu_idirect3d9_mock_win.h       HRESULT(UINT Adapter, D3DDISPLAYMODE* pMode));
UINT               59 content/gpu/gpu_idirect3d9_mock_win.h       HRESULT(UINT Adapter, DWORD Flags,
UINT               62 content/gpu/gpu_idirect3d9_mock_win.h                              UINT(UINT Adapter, D3DFORMAT Format));
UINT               64 content/gpu/gpu_idirect3d9_mock_win.h                              HMONITOR(UINT Adapter));
UINT               66 content/gpu/gpu_idirect3d9_mock_win.h                              HRESULT(UINT Adapter, D3DDEVTYPE DeviceType,
UINT              210 content/shell/app/shell_main_delegate.cc     UINT new_flags =
UINT              212 content/shell/app/shell_main_delegate.cc     UINT existing_flags = SetErrorMode(new_flags);
UINT               51 content/shell/browser/shell_javascript_dialog.h   static INT_PTR CALLBACK DialogProc(HWND dialog, UINT message, WPARAM wparam,
UINT               17 content/shell/browser/shell_javascript_dialog_win.cc                                                    UINT message,
UINT               43 content/shell/browser/shell_web_contents_view_delegate_win.cc                          UINT id,
UINT               85 content/shell/browser/shell_web_contents_view_delegate_win.cc   AppendMenu(menu, MF_STRING | MF_POPUP, (UINT)sub_menu, L"");
UINT               26 content/shell/renderer/test_runner/helper/layout_test_helper_win.cc       SPI_SETFONTSMOOTHING, static_cast<UINT>(font_smoothing_enabled), 0, 0);
UINT               23 content/test/mock_keyboard_driver_win.cc   const UINT num_keyboard_layouts = GetKeyboardLayoutList(0, NULL);
UINT               62 content/test/plugin/plugin_create_instance_in_paint.cc     HWND window, UINT message, WPARAM wparam, LPARAM lparam) {
UINT               25 content/test/plugin/plugin_create_instance_in_paint.h       HWND window, UINT message, WPARAM wparam, LPARAM lparam);
UINT               67 content/test/plugin/plugin_get_javascript_url_test.cc     HWND window, UINT message, UINT_PTR timer_id, DWORD elapsed_time) {
UINT               35 content/test/plugin/plugin_get_javascript_url_test.h   static void CALLBACK TimerProc(HWND window, UINT message, UINT_PTR timer_id,
UINT               42 content/test/plugin/plugin_npobject_lifetime_test.cc     HWND window, UINT message, UINT_PTR timer_id,
UINT              144 content/test/plugin/plugin_npobject_lifetime_test.cc     HWND window, UINT message, UINT_PTR timer_id,
UINT               34 content/test/plugin/plugin_npobject_lifetime_test.h   static void CALLBACK TimerProc(HWND window, UINT message, UINT_PTR timer_id,
UINT               72 content/test/plugin/plugin_npobject_lifetime_test.h   static void CALLBACK TimerProc(HWND window, UINT message, UINT_PTR timer_id,
UINT              124 content/test/plugin/plugin_windowed_test.cc     HWND window, UINT message, WPARAM wparam, LPARAM lparam) {
UINT               21 content/test/plugin/plugin_windowed_test.h       HWND window, UINT message, WPARAM wparam, LPARAM lparam);
UINT              239 gpu/config/gpu_info_collector_win.cc       UINT flags,
UINT              241 gpu/config/gpu_info_collector_win.cc       UINT num_feature_levels,
UINT              242 gpu/config/gpu_info_collector_win.cc       UINT sdk_version,
UINT              264 gpu/config/gpu_info_collector_win.cc   UINT bgra_support = 0;
UINT               18 gpu/gles2_conform_support/native/egl_native_win.cc LRESULT CALLBACK WindowProc(HWND hwnd, UINT msg,
UINT              221 media/audio/win/core_audio_util_win.cc   UINT number_of_active_devices = 0;
UINT              397 media/audio/win/core_audio_util_win.cc   UINT count = 0;
UINT              400 media/audio/win/core_audio_util_win.cc   for (UINT i = 0; i < count; ++i) {
UINT              160 media/audio/win/core_audio_util_win_unittest.cc     UINT count = 0;
UINT              162 media/audio/win/core_audio_util_win_unittest.cc     for (UINT j = 0; j < count; ++j) {
UINT              499 media/audio/win/core_audio_util_win_unittest.cc   UINT count = 0;
UINT              501 media/audio/win/core_audio_util_win_unittest.cc   for (UINT i = 0; i < count && !found_a_pair; ++i) {
UINT               51 media/audio/win/device_enumeration_win.cc   UINT number_of_active_devices = 0;
UINT               60 media/audio/win/device_enumeration_win.cc   for (UINT i = 0; i < number_of_active_devices; ++i) {
UINT              102 media/audio/win/device_enumeration_win.cc template <UINT (__stdcall *NumDevsFunc)(),
UINT              104 media/audio/win/device_enumeration_win.cc           MMRESULT (__stdcall *DevCapsFunc)(UINT_PTR, CAPSSTRUCT*, UINT)>
UINT              107 media/audio/win/device_enumeration_win.cc   UINT number_of_active_devices = NumDevsFunc();
UINT              119 media/audio/win/device_enumeration_win.cc   for (UINT i = 0; i < number_of_active_devices; ++i) {
UINT              159 media/audio/win/device_enumeration_win.cc   UINT number_of_active_devices = waveInGetNumDevs();
UINT              162 media/audio/win/device_enumeration_win.cc   UINT i = 0;
UINT               62 media/audio/win/wavein_input_win.cc   UINT device_id = WAVE_MAPPER;
UINT              236 media/audio/win/wavein_input_win.cc bool PCMWaveInAudioInputStream::GetDeviceId(UINT* device_index) {
UINT              255 media/audio/win/wavein_input_win.cc   UINT index = 0;
UINT              273 media/audio/win/wavein_input_win.cc void PCMWaveInAudioInputStream::WaveCallback(HWAVEIN hwi, UINT msg,
UINT               63 media/audio/win/wavein_input_win.h   static void CALLBACK WaveCallback(HWAVEIN hwi, UINT msg, DWORD_PTR instance,
UINT               81 media/audio/win/wavein_input_win.h   bool GetDeviceId(UINT* device_index);
UINT               81 media/audio/win/waveout_output_win.cc     UINT device_id)
UINT               40 media/audio/win/waveout_output_win.h                               UINT device_id);
UINT              112 media/audio/win/waveout_output_win.h   UINT device_id_;
UINT               55 media/base/user_input_monitor_win.cc   bool HandleMessage(UINT message,
UINT              182 media/base/user_input_monitor_win.cc   UINT size = 0;
UINT              183 media/base/user_input_monitor_win.cc   UINT result = GetRawInputData(
UINT              225 media/base/user_input_monitor_win.cc bool UserInputMonitorWinCore::HandleMessage(UINT message,
UINT               49 media/formats/webm/webm_parser.cc   {UINT, kWebMIdEBMLVersion},
UINT               50 media/formats/webm/webm_parser.cc   {UINT, kWebMIdEBMLReadVersion},
UINT               51 media/formats/webm/webm_parser.cc   {UINT, kWebMIdEBMLMaxIDLength},
UINT               52 media/formats/webm/webm_parser.cc   {UINT, kWebMIdEBMLMaxSizeLength},
UINT               54 media/formats/webm/webm_parser.cc   {UINT, kWebMIdDocTypeVersion},
UINT               55 media/formats/webm/webm_parser.cc   {UINT, kWebMIdDocTypeReadVersion},
UINT               75 media/formats/webm/webm_parser.cc   {UINT, kWebMIdSeekPosition},
UINT               87 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTimecodeScale},
UINT               96 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapterTranslateEditionUID},
UINT               97 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapterTranslateCodec},
UINT              103 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTimecode},
UINT              105 media/formats/webm/webm_parser.cc   {UINT, kWebMIdPosition},
UINT              106 media/formats/webm/webm_parser.cc   {UINT, kWebMIdPrevSize},
UINT              111 media/formats/webm/webm_parser.cc   {UINT, kWebMIdSilentTrackNumber},
UINT              117 media/formats/webm/webm_parser.cc   {UINT, kWebMIdBlockDuration},
UINT              118 media/formats/webm/webm_parser.cc   {UINT, kWebMIdReferencePriority},
UINT              121 media/formats/webm/webm_parser.cc   {UINT, kWebMIdDiscardPadding},
UINT              130 media/formats/webm/webm_parser.cc   {UINT, kWebMIdBlockAddID},
UINT              139 media/formats/webm/webm_parser.cc   {UINT, kWebMIdLaceNumber},
UINT              147 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTrackNumber},
UINT              148 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTrackUID},
UINT              149 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTrackType},
UINT              150 media/formats/webm/webm_parser.cc   {UINT, kWebMIdFlagEnabled},
UINT              151 media/formats/webm/webm_parser.cc   {UINT, kWebMIdFlagDefault},
UINT              152 media/formats/webm/webm_parser.cc   {UINT, kWebMIdFlagForced},
UINT              153 media/formats/webm/webm_parser.cc   {UINT, kWebMIdFlagLacing},
UINT              154 media/formats/webm/webm_parser.cc   {UINT, kWebMIdMinCache},
UINT              155 media/formats/webm/webm_parser.cc   {UINT, kWebMIdMaxCache},
UINT              156 media/formats/webm/webm_parser.cc   {UINT, kWebMIdDefaultDuration},
UINT              158 media/formats/webm/webm_parser.cc   {UINT, kWebMIdMaxBlockAdditionId},
UINT              164 media/formats/webm/webm_parser.cc   {UINT, kWebMIdAttachmentLink},
UINT              165 media/formats/webm/webm_parser.cc   {UINT, kWebMIdCodecDecodeAll},
UINT              166 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTrackOverlay},
UINT              167 media/formats/webm/webm_parser.cc   {UINT, kWebMIdCodecDelay},
UINT              168 media/formats/webm/webm_parser.cc   {UINT, kWebMIdSeekPreRoll},
UINT              177 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTrackTranslateEditionUID},
UINT              178 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTrackTranslateCodec},
UINT              183 media/formats/webm/webm_parser.cc   {UINT, kWebMIdFlagInterlaced},
UINT              184 media/formats/webm/webm_parser.cc   {UINT, kWebMIdStereoMode},
UINT              185 media/formats/webm/webm_parser.cc   {UINT, kWebMIdAlphaMode},
UINT              186 media/formats/webm/webm_parser.cc   {UINT, kWebMIdPixelWidth},
UINT              187 media/formats/webm/webm_parser.cc   {UINT, kWebMIdPixelHeight},
UINT              188 media/formats/webm/webm_parser.cc   {UINT, kWebMIdPixelCropBottom},
UINT              189 media/formats/webm/webm_parser.cc   {UINT, kWebMIdPixelCropTop},
UINT              190 media/formats/webm/webm_parser.cc   {UINT, kWebMIdPixelCropLeft},
UINT              191 media/formats/webm/webm_parser.cc   {UINT, kWebMIdPixelCropRight},
UINT              192 media/formats/webm/webm_parser.cc   {UINT, kWebMIdDisplayWidth},
UINT              193 media/formats/webm/webm_parser.cc   {UINT, kWebMIdDisplayHeight},
UINT              194 media/formats/webm/webm_parser.cc   {UINT, kWebMIdDisplayUnit},
UINT              195 media/formats/webm/webm_parser.cc   {UINT, kWebMIdAspectRatioType},
UINT              203 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChannels},
UINT              204 media/formats/webm/webm_parser.cc   {UINT, kWebMIdBitDepth},
UINT              217 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTrackPlaneUID},
UINT              218 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTrackPlaneType},
UINT              222 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTrackJoinUID},
UINT              230 media/formats/webm/webm_parser.cc   {UINT, kWebMIdContentEncodingOrder},
UINT              231 media/formats/webm/webm_parser.cc   {UINT, kWebMIdContentEncodingScope},
UINT              232 media/formats/webm/webm_parser.cc   {UINT, kWebMIdContentEncodingType},
UINT              238 media/formats/webm/webm_parser.cc   {UINT, kWebMIdContentCompAlgo},
UINT              244 media/formats/webm/webm_parser.cc   {UINT, kWebMIdContentEncAlgo},
UINT              248 media/formats/webm/webm_parser.cc   {UINT, kWebMIdContentSigAlgo},
UINT              249 media/formats/webm/webm_parser.cc   {UINT, kWebMIdContentSigHashAlgo},
UINT              253 media/formats/webm/webm_parser.cc   {UINT, kWebMIdAESSettingsCipherMode},
UINT              261 media/formats/webm/webm_parser.cc   {UINT, kWebMIdCueTime},
UINT              266 media/formats/webm/webm_parser.cc   {UINT, kWebMIdCueTrack},
UINT              267 media/formats/webm/webm_parser.cc   {UINT, kWebMIdCueClusterPosition},
UINT              268 media/formats/webm/webm_parser.cc   {UINT, kWebMIdCueBlockNumber},
UINT              269 media/formats/webm/webm_parser.cc   {UINT, kWebMIdCueCodecState},
UINT              274 media/formats/webm/webm_parser.cc   {UINT, kWebMIdCueRefTime},
UINT              286 media/formats/webm/webm_parser.cc   {UINT, kWebMIdFileUID},
UINT              294 media/formats/webm/webm_parser.cc   {UINT, kWebMIdEditionUID},
UINT              295 media/formats/webm/webm_parser.cc   {UINT, kWebMIdEditionFlagHidden},
UINT              296 media/formats/webm/webm_parser.cc   {UINT, kWebMIdEditionFlagDefault},
UINT              297 media/formats/webm/webm_parser.cc   {UINT, kWebMIdEditionFlagOrdered},
UINT              302 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapterUID},
UINT              303 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapterTimeStart},
UINT              304 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapterTimeEnd},
UINT              305 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapterFlagHidden},
UINT              306 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapterFlagEnabled},
UINT              308 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapterSegmentEditionUID},
UINT              309 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapterPhysicalEquiv},
UINT              316 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapterTrackNumber},
UINT              326 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapProcessCodecID},
UINT              332 media/formats/webm/webm_parser.cc   {UINT, kWebMIdChapProcessTime},
UINT              346 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTargetTypeValue},
UINT              348 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTagTrackUID},
UINT              349 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTagEditionUID},
UINT              350 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTagChapterUID},
UINT              351 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTagAttachmentUID},
UINT              357 media/formats/webm/webm_parser.cc   {UINT, kWebMIdTagDefault},
UINT              624 media/formats/webm/webm_parser.cc     case UINT:
UINT              170 media/midi/midi_manager_win.cc                                          UINT device_id) {
UINT              266 media/midi/midi_manager_win.cc                                      UINT message,
UINT              366 media/midi/midi_manager_win.cc   static scoped_ptr<OutDeviceInfo> Create(UINT device_id) {
UINT              455 media/midi/midi_manager_win.cc                                      UINT message,
UINT              506 media/midi/midi_manager_win.cc   const UINT num_in_devices = midiInGetNumDevs();
UINT              508 media/midi/midi_manager_win.cc   for (UINT device_id = 0; device_id < num_in_devices; ++device_id) {
UINT              529 media/midi/midi_manager_win.cc   const UINT num_out_devices = midiOutGetNumDevs();
UINT              531 media/midi/midi_manager_win.cc   for (UINT device_id = 0; device_id < num_out_devices; ++device_id) {
UINT              103 mojo/services/native_viewport/native_viewport_win.cc   LRESULT OnMouseRange(UINT message, WPARAM w_param, LPARAM l_param) {
UINT              110 mojo/services/native_viewport/native_viewport_win.cc   LRESULT OnKeyEvent(UINT message, WPARAM w_param, LPARAM l_param) {
UINT              121 net/dns/dns_config_service_win.cc   UINT rv = ERROR_BUFFER_OVERFLOW;
UINT              351 net/dns/dns_config_service_win.cc   UINT rc = GetSystemDirectory(buffer, MAX_PATH);
UINT              117 printing/printing_context_win.cc                                        UINT message,
UINT               70 remoting/host/clipboard_win.cc   void SetData(UINT uFormat, HANDLE hMem) {
UINT               82 remoting/host/clipboard_win.cc   HANDLE GetData(UINT format) {
UINT              115 remoting/host/clipboard_win.cc   bool HandleMessage(UINT message,
UINT              264 remoting/host/clipboard_win.cc     UINT message, WPARAM wparam, LPARAM lparam, LRESULT* result) {
UINT               33 remoting/host/continue_window_win.cc   static BOOL CALLBACK DialogProc(HWND hwmd, UINT msg, WPARAM wParam,
UINT               36 remoting/host/continue_window_win.cc   BOOL OnDialogMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
UINT               74 remoting/host/continue_window_win.cc BOOL CALLBACK ContinueWindowWin::DialogProc(HWND hwnd, UINT msg,
UINT               90 remoting/host/continue_window_win.cc BOOL ContinueWindowWin::OnDialogMessage(HWND hwnd, UINT msg,
UINT               46 remoting/host/disconnect_window_win.cc   static INT_PTR CALLBACK DialogProc(HWND hwnd, UINT message, WPARAM wparam,
UINT               49 remoting/host/disconnect_window_win.cc   BOOL OnDialogMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
UINT              134 remoting/host/disconnect_window_win.cc                                                  UINT message,
UINT              158 remoting/host/disconnect_window_win.cc                                           UINT message,
UINT               59 remoting/host/local_input_monitor_win.cc     bool HandleMessage(UINT message,
UINT              164 remoting/host/local_input_monitor_win.cc   UINT size = 0;
UINT              165 remoting/host/local_input_monitor_win.cc   UINT result = GetRawInputData(input_handle,
UINT              208 remoting/host/local_input_monitor_win.cc     UINT message, WPARAM wparam, LPARAM lparam, LRESULT* result) {
UINT               28 remoting/host/verify_config_window_win.cc void VerifyConfigWindowWin::OnCancel(UINT code, int id, HWND control) {
UINT               50 remoting/host/verify_config_window_win.cc void VerifyConfigWindowWin::OnOk(UINT code, int id, HWND control) {
UINT               36 remoting/host/verify_config_window_win.h   void OnCancel(UINT code, int id, HWND control);
UINT               39 remoting/host/verify_config_window_win.h   void OnOk(UINT code, int id, HWND control);
UINT              369 remoting/host/win/host_service.cc     UINT message, WPARAM wparam, LPARAM lparam, LRESULT* result) {
UINT               72 remoting/host/win/host_service.h   bool HandleMessage(UINT message,
UINT              174 remoting/host/win/rdp_client_window.cc   UINT control = MapVirtualKey(VK_CONTROL, MAPVK_VK_TO_VSC);
UINT              175 remoting/host/win/rdp_client_window.cc   UINT alt = MapVirtualKey(VK_MENU, MAPVK_VK_TO_VSC);
UINT              176 remoting/host/win/rdp_client_window.cc   UINT end = MapVirtualKey(VK_END, MAPVK_VK_TO_VSC) | KF_EXTENDED;
UINT              177 remoting/host/win/rdp_client_window.cc   UINT up = KF_UP | KF_REPEAT;
UINT              299 remoting/tools/winext/manifest/rdp.h   HRESULT get_ControlType([out] UINT* pControlType);
UINT              521 remoting/tools/winext/manifest/rdp.h   HRESULT put_AuthenticationLevel(UINT puiAuthLevel);
UINT              522 remoting/tools/winext/manifest/rdp.h   HRESULT get_AuthenticationLevel([out] UINT* puiAuthLevel);
UINT              552 remoting/tools/winext/manifest/rdp.h   HRESULT put_AudioRedirectionMode(UINT puiAudioRedirectionMode);
UINT              553 remoting/tools/winext/manifest/rdp.h   HRESULT get_AudioRedirectionMode([out] UINT* puiAudioRedirectionMode);
UINT              587 remoting/tools/winext/manifest/rdp.h   HRESULT GetErrorDescription(UINT disconnectReason, UINT ExtendedDisconnectReason, [out] BSTR* pBstrErrorMsg);
UINT              655 remoting/tools/winext/manifest/rdp.h   HRESULT get_AuthenticationType([out] UINT* puiAuthType);
UINT              707 remoting/tools/winext/manifest/rdp.h   HRESULT put_VideoPlaybackMode(UINT pVideoPlaybackMode);
UINT              708 remoting/tools/winext/manifest/rdp.h   HRESULT get_VideoPlaybackMode([out] UINT* pVideoPlaybackMode);
UINT              715 remoting/tools/winext/manifest/rdp.h   HRESULT put_AudioQualityMode(UINT pAudioQualityMode);
UINT              716 remoting/tools/winext/manifest/rdp.h   HRESULT get_AudioQualityMode([out] UINT* pAudioQualityMode);
UINT              719 remoting/tools/winext/manifest/rdp.h   HRESULT put_NetworkConnectionType(UINT pConnectionType);
UINT              720 remoting/tools/winext/manifest/rdp.h   HRESULT get_NetworkConnectionType([out] UINT* pConnectionType);
UINT              750 remoting/tools/winext/manifest/rdp.h   HRESULT GetStatusText(UINT statusCode, [out] BSTR* pBstrStatusText);
UINT              119 sandbox/win/sandbox_poc/main_ui_window.cc                                        UINT message_id,
UINT              162 sandbox/win/sandbox_poc/main_ui_window.cc                                                   UINT message_id,
UINT              282 sandbox/win/sandbox_poc/main_ui_window.cc void MainUIWindow::OnSize(HWND window, UINT state, int cx, int cy) {
UINT               74 sandbox/win/sandbox_poc/main_ui_window.h                                   UINT message_id,
UINT               81 sandbox/win/sandbox_poc/main_ui_window.h                                              UINT message_id,
UINT               98 sandbox/win/sandbox_poc/main_ui_window.h   void OnSize(HWND window, UINT state, int cx, int cy);
UINT               46 sandbox/win/src/target_interceptions.cc     UINT image_flags;
UINT              423 skia/ext/vector_platform_device_emf_win.cc static UINT getTextOutOptions(const SkPaint& paint) {
UINT              449 skia/ext/vector_platform_device_emf_win.cc bool EnsureExtTextOut(HDC hdc, int x, int y, UINT options, const RECT * lprect,
UINT              485 skia/ext/vector_platform_device_emf_win.cc     UINT options = getTextOutOptions(paint);
UINT              486 skia/ext/vector_platform_device_emf_win.cc     UINT count = byteLength >> 1;
UINT              147 third_party/npapi/npspy/common/plugload.cpp         UINT len = 0;
UINT              116 third_party/npapi/npspy/include/xp.h   #ifndef UINT
UINT               59 third_party/npapi/npspy/windows/dirpick.cpp UINT DriveType(UINT iType);
UINT              223 third_party/npapi/npspy/windows/dirpick.cpp     UINT i = (NULL != lpsz) ? ID_ICON_FOLDEROPEN : ID_ICON_OPENSELECT;
UINT              428 third_party/npapi/npspy/windows/dirpick.cpp static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify) 
UINT              520 third_party/npapi/npspy/windows/dirpick.cpp static BOOL CALLBACK DirPickDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) 
UINT              551 third_party/npapi/npspy/windows/dirpick.cpp       onDrawItem((LPDRAWITEMSTRUCT)lParam, ((UINT)wParam == ID_COMBO_DIR));
UINT              580 third_party/npapi/npspy/windows/dirpick.cpp UINT DriveType(UINT iDrive) 
UINT              584 third_party/npapi/npspy/windows/dirpick.cpp     return (UINT)-1;
UINT               86 third_party/npapi/npspy/windows/gui_advanced.cpp BOOL CALLBACK AdvancedPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
UINT               46 third_party/npapi/npspy/windows/gui_fiter.cpp static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify)
UINT              124 third_party/npapi/npspy/windows/gui_fiter.cpp BOOL CALLBACK FilterPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
UINT               86 third_party/npapi/npspy/windows/gui_general.cpp BOOL CALLBACK GeneralPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
UINT               82 third_party/npapi/npspy/windows/gui_log.cpp static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify)
UINT              150 third_party/npapi/npspy/windows/gui_log.cpp BOOL CALLBACK LogPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
UINT               49 third_party/npapi/npspy/windows/gui_main.cpp BOOL CALLBACK GeneralPageProc(HWND, UINT, WPARAM, LPARAM);
UINT               50 third_party/npapi/npspy/windows/gui_main.cpp BOOL CALLBACK LogPageProc(HWND, UINT, WPARAM, LPARAM);
UINT               51 third_party/npapi/npspy/windows/gui_main.cpp BOOL CALLBACK FilterPageProc(HWND, UINT, WPARAM, LPARAM);
UINT               52 third_party/npapi/npspy/windows/gui_main.cpp BOOL CALLBACK AdvancedPageProc(HWND, UINT, WPARAM, LPARAM);
UINT              146 third_party/npapi/npspy/windows/gui_main.cpp static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify)
UINT              193 third_party/npapi/npspy/windows/gui_main.cpp static void onSize(HWND hWnd, UINT state, int cx, int cy)
UINT              259 third_party/npapi/npspy/windows/gui_main.cpp BOOL CALLBACK MainDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
UINT               43 third_party/npapi/npspy/windows/gui_pause.cpp static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify)
UINT               64 third_party/npapi/npspy/windows/gui_pause.cpp BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
UINT               49 third_party/npapi/npspy/windows/loggerw.cpp BOOL CALLBACK MainDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
UINT               50 third_party/npapi/npspy/windows/loggerw.cpp BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
UINT               71 third_party/protobuf/src/google/protobuf/stubs/common.h     UINT wMsgFilterMin, UINT wMsgFilterMax) {
UINT               77 third_party/protobuf/src/google/protobuf/stubs/common.h     UINT wMsgFilterMin, UINT wMsgFilterMax) {
UINT              370 third_party/wtl/include/atlapp.h     #define PtrToUint( p ) ((UINT)(UINT_PTR) (p) )
UINT             1396 third_party/wtl/include/atlapp.h 	static INT_PTR CALLBACK _SettingChangeDlgProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
UINT             1398 third_party/wtl/include/atlapp.h 	static BOOL CALLBACK _SettingChangeDlgProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
UINT             1411 third_party/wtl/include/atlapp.h 			const UINT uTimeout = 1500;   // ms
UINT             1504 third_party/wtl/include/atlapp.h 		HANDLE hThread = (HANDLE)_beginthreadex(NULL, 0, (UINT (WINAPI*)(void*))MonitorProc, this, 0, (UINT*)&dwThreadID);
UINT               35 third_party/wtl/include/atlcrack.h 	BOOL ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult, DWORD dwMsgMapID = 0) \
UINT               42 third_party/wtl/include/atlcrack.h 	BOOL _ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult, DWORD dwMsgMapID) \
UINT              116 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CSize(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              127 third_party/wtl/include/atlcrack.h 		func((UINT)LOWORD(wParam), (BOOL)HIWORD(wParam), (HWND)lParam); \
UINT              193 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)wParam, (UINT)lParam); \
UINT              234 third_party/wtl/include/atlcrack.h 		func((BOOL)wParam, (UINT)lParam); \
UINT              316 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (LPCTSTR)lParam); \
UINT              382 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((HWND)wParam, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam)); \
UINT              392 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((HWND)wParam, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam)); \
UINT              435 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (UINT)LOWORD(lParam)); \
UINT              446 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (LPDRAWITEMSTRUCT)lParam); \
UINT              457 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (LPMEASUREITEMSTRUCT)lParam); \
UINT              468 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (LPDELETEITEMSTRUCT)lParam); \
UINT              479 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)LOWORD(wParam), (UINT)HIWORD(wParam), (HWND)lParam); \
UINT              489 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)LOWORD(wParam), (UINT)HIWORD(wParam), (HWND)lParam); \
UINT              509 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)wParam, (LPCOMPAREITEMSTRUCT)lParam); \
UINT              519 third_party/wtl/include/atlcrack.h 		func((UINT)wParam); \
UINT              602 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              613 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              624 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              635 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              646 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              657 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              668 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              679 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              690 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              701 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              712 third_party/wtl/include/atlcrack.h 		func((TCHAR)wParam, (UINT)lParam & 0xFFFF, (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              723 third_party/wtl/include/atlcrack.h 		func((TCHAR)wParam, (UINT)lParam & 0xFFFF, (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              734 third_party/wtl/include/atlcrack.h 		func((TCHAR)wParam, (UINT)lParam & 0xFFFF, (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              745 third_party/wtl/include/atlcrack.h 		func((TCHAR)wParam, (UINT)lParam & 0xFFFF, (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              756 third_party/wtl/include/atlcrack.h 		func((TCHAR)wParam, (UINT)lParam & 0xFFFF, (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              767 third_party/wtl/include/atlcrack.h 		func((TCHAR)wParam, (UINT)lParam & 0xFFFF, (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              778 third_party/wtl/include/atlcrack.h 		func((TCHAR)wParam, (UINT)lParam & 0xFFFF, (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              789 third_party/wtl/include/atlcrack.h 		func((TCHAR)wParam, (UINT)lParam & 0xFFFF, (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              800 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              811 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (DWORD)lParam); \
UINT              866 third_party/wtl/include/atlcrack.h 		func((HMENU)wParam, (UINT)LOWORD(lParam), (BOOL)HIWORD(lParam)); \
UINT              877 third_party/wtl/include/atlcrack.h 		func((UINT)LOWORD(wParam), (UINT)HIWORD(wParam), (HMENU)lParam); \
UINT              888 third_party/wtl/include/atlcrack.h 		lResult = func((TCHAR)LOWORD(wParam), (UINT)HIWORD(wParam), (HMENU)lParam); \
UINT              908 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (HWND)lParam); \
UINT              919 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              930 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)LOWORD(wParam), (short)HIWORD(wParam), _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              940 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              951 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              962 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              973 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              984 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT              995 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT             1006 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT             1017 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT             1028 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT             1039 third_party/wtl/include/atlcrack.h 		func((UINT)LOWORD(wParam), (UINT)HIWORD(wParam), lParam); \
UINT             1061 third_party/wtl/include/atlcrack.h 		func((UINT)wParam); \
UINT             1117 third_party/wtl/include/atlcrack.h 		func((HWND)wParam, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam)); \
UINT             1173 third_party/wtl/include/atlcrack.h 		func((HWND)wParam, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam)); \
UINT             1271 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (LPSTYLESTRUCT)lParam); \
UINT             1282 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (LPSTYLESTRUCT)lParam); \
UINT             1293 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (LPRECT)lParam); \
UINT             1304 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (LPRECT)lParam); \
UINT             1326 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)wParam, (DWORD)lParam); \
UINT             1336 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             1347 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, _WTYPES_NS::CSize(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); \
UINT             1400 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)wParam); \
UINT             1441 third_party/wtl/include/atlcrack.h 		func((int)wParam, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam)); \
UINT             1516 third_party/wtl/include/atlcrack.h 		func((HDC)wParam, (UINT)lParam); \
UINT             1527 third_party/wtl/include/atlcrack.h 		func((HDC)wParam, (UINT)lParam); \
UINT             1560 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((int)LOBYTE(LOWORD(wParam)), (UINT)HIBYTE(LOWORD(wParam))); \
UINT             1570 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)wParam, (HICON)lParam); \
UINT             1674 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(lParam), (HMENU)wParam); \
UINT             1823 third_party/wtl/include/atlcrack.h 		func((TCHAR)wParam, (UINT)lParam & 0xFFFF, (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT             1886 third_party/wtl/include/atlcrack.h 		func((UINT)wParam); \
UINT             1911 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             1932 third_party/wtl/include/atlcrack.h 		func((UINT)LOWORD(wParam), (UINT)HIWORD(wParam), lParam); \
UINT             1943 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (LPDRAWITEMSTRUCT)lParam); \
UINT             1954 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (LPMEASUREITEMSTRUCT)lParam); \
UINT             1965 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)wParam, (LPCOMPAREITEMSTRUCT)lParam); \
UINT             1975 third_party/wtl/include/atlcrack.h 		func((UINT)wParam, (LPDELETEITEMSTRUCT)lParam); \
UINT             1986 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)LOWORD(wParam), (UINT)HIWORD(wParam), (HWND)lParam); \
UINT             1996 third_party/wtl/include/atlcrack.h 		lResult = (LRESULT)func((UINT)LOWORD(wParam), (UINT)HIWORD(wParam), (HWND)lParam); \
UINT             2172 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2183 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2194 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2235 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2246 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2277 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2288 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2299 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2340 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2351 third_party/wtl/include/atlcrack.h 		func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT              236 third_party/wtl/include/atlctrls.h 	UINT GetState() const
UINT              239 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, BM_GETSTATE, 0, 0L);
UINT              260 third_party/wtl/include/atlctrls.h 	UINT GetButtonStyle() const
UINT              263 third_party/wtl/include/atlctrls.h 		return (UINT)::GetWindowLong(m_hWnd, GWL_STYLE) & 0xFFFF;
UINT              266 third_party/wtl/include/atlctrls.h 	void SetButtonStyle(UINT nStyle, BOOL bRedraw = TRUE)
UINT              655 third_party/wtl/include/atlctrls.h 	int SetItemHeight(int nIndex, UINT cyItemHeight)
UINT              690 third_party/wtl/include/atlctrls.h 	int InitStorage(int nItems, UINT nBytes)
UINT              702 third_party/wtl/include/atlctrls.h 	UINT ItemFromPoint(POINT pt, BOOL& bOutside) const
UINT              707 third_party/wtl/include/atlctrls.h 		return (UINT)LOWORD(dw);
UINT              717 third_party/wtl/include/atlctrls.h 	int DeleteString(UINT nIndex)
UINT              730 third_party/wtl/include/atlctrls.h 	int Dir(UINT attr, LPCTSTR lpszWildCard)
UINT              861 third_party/wtl/include/atlctrls.h 	UINT GetHorizontalExtent() const
UINT              864 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, CB_GETHORIZONTALEXTENT, 0, 0L);
UINT              867 third_party/wtl/include/atlctrls.h 	void SetHorizontalExtent(UINT nExtent)
UINT              879 third_party/wtl/include/atlctrls.h 	int SetDroppedWidth(UINT nWidth)
UINT              995 third_party/wtl/include/atlctrls.h 	int SetItemHeight(int nIndex, UINT cyItemHeight)
UINT             1042 third_party/wtl/include/atlctrls.h 		const UINT CB_GETCUEBANNER = (CBM_FIRST + 4);
UINT             1052 third_party/wtl/include/atlctrls.h 		const UINT CB_SETCUEBANNER = (CBM_FIRST + 3);
UINT             1060 third_party/wtl/include/atlctrls.h 	int InitStorage(int nItems, UINT nBytes)
UINT             1093 third_party/wtl/include/atlctrls.h 	int DeleteString(UINT nIndex)
UINT             1106 third_party/wtl/include/atlctrls.h 	int Dir(UINT attr, LPCTSTR lpszWildCard)
UINT             1254 third_party/wtl/include/atlctrls.h 	void SetMargins(UINT nLeft, UINT nRight)
UINT             1260 third_party/wtl/include/atlctrls.h 	UINT GetLimitText() const
UINT             1263 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, EM_GETLIMITTEXT, 0, 0L);
UINT             1266 third_party/wtl/include/atlctrls.h 	void SetLimitText(UINT nMax)
UINT             1272 third_party/wtl/include/atlctrls.h 	POINT PosFromChar(UINT nChar) const
UINT             1351 third_party/wtl/include/atlctrls.h 	UINT GetImeStatus(UINT uStatus) const
UINT             1354 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, EM_GETIMESTATUS, uStatus, 0L);
UINT             1357 third_party/wtl/include/atlctrls.h 	UINT SetImeStatus(UINT uStatus, UINT uData)
UINT             1360 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, EM_SETIMESTATUS, uStatus, uData);
UINT             1841 third_party/wtl/include/atlctrls.h 	BOOL EnableScrollBar(UINT nArrowFlags = ESB_ENABLE_BOTH)
UINT             1916 third_party/wtl/include/atlctrls.h 	HICON GetIcon(int nIndex, UINT uFlags = ILD_NORMAL) const
UINT             1946 third_party/wtl/include/atlctrls.h 	BOOL SetImageCount(UINT uNewCount)
UINT             1959 third_party/wtl/include/atlctrls.h 	BOOL Create(int cx, int cy, UINT nFlags, int nInitial, int nGrow)
UINT             1973 third_party/wtl/include/atlctrls.h 	BOOL CreateFromImage(ATL::_U_STRINGorID image, int cx, int nGrow, COLORREF crMask, UINT uType, UINT uFlags = LR_DEFAULTCOLOR | LR_DEFAULTSIZE)
UINT             2056 third_party/wtl/include/atlctrls.h 	BOOL Draw(HDC hDC, int nImage, int x, int y, UINT nStyle)
UINT             2063 third_party/wtl/include/atlctrls.h 	BOOL Draw(HDC hDC, int nImage, POINT pt, UINT nStyle)
UINT             2070 third_party/wtl/include/atlctrls.h 	BOOL DrawEx(int nImage, HDC hDC, int x, int y, int dx, int dy, COLORREF rgbBk, COLORREF rgbFg, UINT fStyle)
UINT             2077 third_party/wtl/include/atlctrls.h 	BOOL DrawEx(int nImage, HDC hDC, RECT& rect, COLORREF rgbBk, COLORREF rgbFg, UINT fStyle)
UINT             2089 third_party/wtl/include/atlctrls.h 	BOOL Copy(int nSrc, int nDst, UINT uFlags = ILCF_MOVE)
UINT             2212 third_party/wtl/include/atlctrls.h 	CToolInfo(UINT nFlags, HWND hWnd, UINT nIDTool = 0, LPRECT lpRect = NULL, LPTSTR lpstrText = LPSTR_TEXTCALLBACK, LPARAM lUserParam = NULL)
UINT             2221 third_party/wtl/include/atlctrls.h 	void Init(UINT nFlags, HWND hWnd, UINT nIDTool = 0, LPRECT lpRect = NULL, LPTSTR lpstrText = LPSTR_TEXTCALLBACK, LPARAM lUserParam = NULL)
UINT             2279 third_party/wtl/include/atlctrls.h 	void GetText(LPTSTR lpstrText, HWND hWnd, UINT nIDTool = 0) const
UINT             2293 third_party/wtl/include/atlctrls.h 	BOOL GetToolInfo(HWND hWnd, UINT nIDTool, UINT* puFlags, LPRECT lpRect, LPTSTR lpstrText) const
UINT             2321 third_party/wtl/include/atlctrls.h 	void SetToolRect(HWND hWnd, UINT nIDTool, LPCRECT lpRect)
UINT             2412 third_party/wtl/include/atlctrls.h 	BOOL SetTitle(UINT uIcon, LPCTSTR lpstrTitle)
UINT             2446 third_party/wtl/include/atlctrls.h 	BOOL AddTool(HWND hWnd, ATL::_U_STRINGorID text = LPSTR_TEXTCALLBACK, LPCRECT lpRectTool = NULL, UINT nIDTool = 0)
UINT             2463 third_party/wtl/include/atlctrls.h 	void DelTool(HWND hWnd, UINT nIDTool = 0)
UINT             2509 third_party/wtl/include/atlctrls.h 	void UpdateTipText(ATL::_U_STRINGorID text, HWND hWnd, UINT nIDTool = 0)
UINT             2518 third_party/wtl/include/atlctrls.h 	BOOL EnumTools(UINT nTool, LPTOOLINFO lpToolInfo) const
UINT             2860 third_party/wtl/include/atlctrls.h 	BOOL SetItem(int nItem, int nSubItem, UINT nMask, LPCTSTR lpszItem,
UINT             2861 third_party/wtl/include/atlctrls.h 		int nImage, UINT nState, UINT nStateMask, LPARAM lParam)
UINT             2876 third_party/wtl/include/atlctrls.h 	UINT GetItemState(int nItem, UINT nMask) const
UINT             2879 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, LVM_GETITEMSTATE, nItem, nMask);
UINT             2882 third_party/wtl/include/atlctrls.h 	BOOL SetItemState(int nItem, UINT nState, UINT nStateMask)
UINT             2993 third_party/wtl/include/atlctrls.h 	UINT GetCallbackMask() const
UINT             2996 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, LVM_GETCALLBACKMASK, 0, 0L);
UINT             2999 third_party/wtl/include/atlctrls.h 	BOOL SetCallbackMask(UINT nMask)
UINT             3110 third_party/wtl/include/atlctrls.h 	UINT GetSelectedCount() const
UINT             3113 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, LVM_GETSELECTEDCOUNT, 0, 0L);
UINT             3116 third_party/wtl/include/atlctrls.h 	BOOL GetItemRect(int nItem, LPRECT lpRect, UINT nCode) const
UINT             3244 third_party/wtl/include/atlctrls.h 		UINT uRet = GetItemState(nIndex, LVIS_STATEIMAGEMASK);
UINT             3510 third_party/wtl/include/atlctrls.h 	UINT GetGroupState(int nGroupID, UINT uMask) const
UINT             3513 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, LVM_GETGROUPSTATE, nGroupID, (LPARAM)uMask);
UINT             3565 third_party/wtl/include/atlctrls.h 	BOOL SetItemIndexState(PLVITEMINDEX pItemIndex, UINT uState, UINT dwMask)
UINT             3624 third_party/wtl/include/atlctrls.h 	int InsertItem(UINT nMask, int nItem, LPCTSTR lpszItem, UINT nState, UINT nStateMask, int nImage, LPARAM lParam)
UINT             3687 third_party/wtl/include/atlctrls.h 	int HitTest(POINT pt, UINT* pFlags) const
UINT             3716 third_party/wtl/include/atlctrls.h 	BOOL Arrange(UINT nCode)
UINT             3884 third_party/wtl/include/atlctrls.h 	UINT MapIndexToID(int nIndex) const
UINT             3887 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, LVM_MAPINDEXTOID, nIndex, 0L);
UINT             3890 third_party/wtl/include/atlctrls.h 	int MapIDToIndex(UINT uID) const
UINT             3904 third_party/wtl/include/atlctrls.h 	int HitTestEx(POINT pt, UINT* pFlags) const
UINT             3968 third_party/wtl/include/atlctrls.h 	UINT GetCount() const
UINT             3971 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, TVM_GETCOUNT, 0, 0L);
UINT             3974 third_party/wtl/include/atlctrls.h 	UINT GetIndent() const
UINT             3977 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, TVM_GETINDENT, 0, 0L);
UINT             3980 third_party/wtl/include/atlctrls.h 	void SetIndent(UINT nIndent)
UINT             4010 third_party/wtl/include/atlctrls.h 	BOOL SetItem(HTREEITEM hItem, UINT nMask, LPCTSTR lpszItem, int nImage,
UINT             4011 third_party/wtl/include/atlctrls.h 		int nSelectedImage, UINT nState, UINT nStateMask, LPARAM lParam)
UINT             4133 third_party/wtl/include/atlctrls.h 	UINT GetItemState(HTREEITEM hItem, UINT nStateMask) const
UINT             4137 third_party/wtl/include/atlctrls.h 		return (((UINT)::SendMessage(m_hWnd, TVM_GETITEMSTATE, (WPARAM)hItem, (LPARAM)nStateMask)) & nStateMask);
UINT             4149 third_party/wtl/include/atlctrls.h 	BOOL SetItemState(HTREEITEM hItem, UINT nState, UINT nStateMask)
UINT             4177 third_party/wtl/include/atlctrls.h 	UINT GetVisibleCount() const
UINT             4180 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, TVM_GETVISIBLECOUNT, 0, 0L);
UINT             4225 third_party/wtl/include/atlctrls.h 		UINT uRet = GetItemState(hItem, TVIS_STATEIMAGEMASK);
UINT             4340 third_party/wtl/include/atlctrls.h 		const UINT TVM_GETEXTENDEDSTYLE = (TV_FIRST + 45);
UINT             4349 third_party/wtl/include/atlctrls.h 		const UINT TVM_SETEXTENDEDSTYLE = (TV_FIRST + 44);
UINT             4356 third_party/wtl/include/atlctrls.h 	BOOL SetAutoScrollInfo(UINT uPixPerSec, UINT uUpdateTime)
UINT             4396 third_party/wtl/include/atlctrls.h 	HTREEITEM InsertItem(UINT nMask, LPCTSTR lpszItem, int nImage,
UINT             4397 third_party/wtl/include/atlctrls.h 		int nSelectedImage, UINT nState, UINT nStateMask, LPARAM lParam,
UINT             4426 third_party/wtl/include/atlctrls.h 	BOOL Expand(HTREEITEM hItem, UINT nCode = TVE_EXPAND)
UINT             4432 third_party/wtl/include/atlctrls.h 	HTREEITEM GetNextItem(HTREEITEM hItem, UINT nCode) const
UINT             4514 third_party/wtl/include/atlctrls.h 	BOOL Select(HTREEITEM hItem, UINT nCode)
UINT             4556 third_party/wtl/include/atlctrls.h 	HTREEITEM HitTest(POINT pt, UINT* pFlags) const
UINT             4612 third_party/wtl/include/atlctrls.h 	HTREEITEM MapAccIDToHTREEITEM(UINT uID) const
UINT             4618 third_party/wtl/include/atlctrls.h 	UINT MapHTREEITEMToAccID(HTREEITEM hTreeItem) const
UINT             4621 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, TVM_MAPHTREEITEMTOACCID, (WPARAM)hTreeItem, 0L);
UINT             4687 third_party/wtl/include/atlctrls.h 	UINT GetState(UINT nStateMask) const;
UINT             4688 third_party/wtl/include/atlctrls.h 	BOOL SetState(UINT nState, UINT nStateMask);
UINT             4691 third_party/wtl/include/atlctrls.h 	BOOL SetItem(UINT nMask, LPCTSTR lpszItem, int nImage, int nSelectedImage, UINT nState, UINT nStateMask, LPARAM lParam);
UINT             4710 third_party/wtl/include/atlctrls.h 	CTreeItemT<TBase> GetNext(UINT nCode) const;
UINT             4728 third_party/wtl/include/atlctrls.h 	BOOL Expand(UINT nCode = TVE_EXPAND);
UINT             4729 third_party/wtl/include/atlctrls.h 	BOOL Select(UINT nCode);
UINT             4743 third_party/wtl/include/atlctrls.h 	UINT MapHTREEITEMToAccID() const;
UINT             4789 third_party/wtl/include/atlctrls.h 	CTreeItemT<TBase> GetNextItem(HTREEITEM hItem, UINT nCode) const
UINT             4891 third_party/wtl/include/atlctrls.h 	CTreeItemT<TBase> InsertItem(UINT nMask, LPCTSTR lpszItem, int nImage,
UINT             4892 third_party/wtl/include/atlctrls.h 		int nSelectedImage, UINT nState, UINT nStateMask, LPARAM lParam,
UINT             4910 third_party/wtl/include/atlctrls.h 	CTreeItemT<TBase> HitTest(POINT pt, UINT* pFlags) const
UINT             4922 third_party/wtl/include/atlctrls.h 	CTreeItemT<TBase> MapAccIDToHTREEITEM(UINT uID) const
UINT             4943 third_party/wtl/include/atlctrls.h inline CTreeItemT<TBase> CTreeItemT<TBase>::GetNext(UINT nCode) const
UINT             5072 third_party/wtl/include/atlctrls.h inline UINT CTreeItemT<TBase>::GetState(UINT nStateMask) const
UINT             5086 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::SetItem(UINT nMask, LPCTSTR lpszItem, int nImage,
UINT             5087 third_party/wtl/include/atlctrls.h 		int nSelectedImage, UINT nState, UINT nStateMask, LPARAM lParam)
UINT             5108 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::SetState(UINT nState, UINT nStateMask)
UINT             5136 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::Expand(UINT nCode /*= TVE_EXPAND*/)
UINT             5143 third_party/wtl/include/atlctrls.h inline BOOL CTreeItemT<TBase>::Select(UINT nCode)
UINT             5238 third_party/wtl/include/atlctrls.h inline UINT CTreeItemT<TBase>::MapHTREEITEMToAccID() const
UINT             5328 third_party/wtl/include/atlctrls.h 	BOOL SetState(int nID, UINT nState)
UINT             5414 third_party/wtl/include/atlctrls.h 	BOOL SetCmdID(int nIndex, UINT nID)
UINT             5813 third_party/wtl/include/atlctrls.h 	int AddBitmap(int nNumButtons, UINT nBitmapID)
UINT             5885 third_party/wtl/include/atlctrls.h 	UINT CommandToIndex(UINT nID) const
UINT             5888 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, TB_COMMANDTOINDEX, nID, 0L);
UINT             5919 third_party/wtl/include/atlctrls.h 	int AddString(UINT nStringID)
UINT             6280 third_party/wtl/include/atlctrls.h 	int SetItem(int nItem, UINT mask, LPCTSTR lpszItem, DWORD dwState, DWORD dwStateMask, int iImage, LPARAM lParam)
UINT             6411 third_party/wtl/include/atlctrls.h 	int InsertItem(int nItem, UINT mask, LPCTSTR lpszItem, int iImage, LPARAM lParam)
UINT             6436 third_party/wtl/include/atlctrls.h 	int AddItem(UINT mask, LPCTSTR lpszItem, int iImage, LPARAM lParam)
UINT             6644 third_party/wtl/include/atlctrls.h 	UINT GetNumTics() const
UINT             6647 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, TBM_GETNUMTICS, 0, 0L);
UINT             6798 third_party/wtl/include/atlctrls.h 	UINT GetAccel(int nAccel, UDACCEL* pAccel) const
UINT             6801 third_party/wtl/include/atlctrls.h 		return (UINT)LOWORD(::SendMessage(m_hWnd, UDM_GETACCEL, nAccel, (LPARAM)pAccel));
UINT             6810 third_party/wtl/include/atlctrls.h 	UINT GetBase() const
UINT             6813 third_party/wtl/include/atlctrls.h 		return (UINT)LOWORD(::SendMessage(m_hWnd, UDM_GETBASE, 0, 0L));
UINT             6973 third_party/wtl/include/atlctrls.h 	UINT GetPos() const
UINT             6976 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, PBM_GETPOS, 0, 0L);
UINT             7022 third_party/wtl/include/atlctrls.h 	BOOL SetMarquee(BOOL bMarquee, UINT uUpdateTime = 0U)
UINT             7175 third_party/wtl/include/atlctrls.h 	BOOL Play(UINT nFrom, UINT nTo, UINT nRep)
UINT             7193 third_party/wtl/include/atlctrls.h 	BOOL Seek(UINT nTo)
UINT             7203 third_party/wtl/include/atlctrls.h 		const UINT ACM_ISPLAYING = (WM_USER+104);
UINT             7319 third_party/wtl/include/atlctrls.h 	BOOL CanPaste(UINT nFormat = 0) const
UINT             7704 third_party/wtl/include/atlctrls.h 	UINT SetUndoLimit(UINT uUndoLimit)
UINT             7707 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, EM_SETUNDOLIMIT, uUndoLimit, 0L);
UINT             7722 third_party/wtl/include/atlctrls.h 	int GetTextEx(LPTSTR lpstrText, int nTextLen, DWORD dwFlags = GT_DEFAULT, UINT uCodePage = CP_ACP, LPCSTR lpDefaultChar = NULL, LPBOOL lpUsedDefChar = NULL) const
UINT             7740 third_party/wtl/include/atlctrls.h 	int GetTextLengthEx(DWORD dwFlags = GTL_DEFAULT, UINT uCodePage = CP_ACP) const
UINT             7757 third_party/wtl/include/atlctrls.h 	int SetTextEx(LPCTSTR lpstrText, DWORD dwFlags = ST_DEFAULT, UINT uCodePage = CP_ACP)
UINT             7930 third_party/wtl/include/atlctrls.h 	void PasteSpecial(UINT uClipFormat, DWORD dwAspect = 0, HMETAFILE hMF = 0)
UINT             7943 third_party/wtl/include/atlctrls.h 	LONG StreamIn(UINT uFormat, EDITSTREAM& es)
UINT             7949 third_party/wtl/include/atlctrls.h 	LONG StreamOut(UINT uFormat, EDITSTREAM& es)
UINT             8187 third_party/wtl/include/atlctrls.h 	static UINT GetDragListMessage()
UINT             8189 third_party/wtl/include/atlctrls.h 		static UINT uDragListMessage = 0;
UINT             8220 third_party/wtl/include/atlctrls.h 	LRESULT OnDragListNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             8304 third_party/wtl/include/atlctrls.h 	UINT GetBandCount() const
UINT             8307 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, RB_GETBANDCOUNT, 0, 0L);
UINT             8354 third_party/wtl/include/atlctrls.h 	UINT GetRowCount() const
UINT             8357 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, RB_GETROWCOUNT, 0, 0L);
UINT             8360 third_party/wtl/include/atlctrls.h 	UINT GetRowHeight(int nBand) const
UINT             8363 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, RB_GETROWHEIGHT, nBand, 0L);
UINT             8391 third_party/wtl/include/atlctrls.h 	UINT GetBarHeight() const
UINT             8394 third_party/wtl/include/atlctrls.h 		return (UINT)::SendMessage(m_hWnd, RB_GETBARHEIGHT, 0, 0L);
UINT             8578 third_party/wtl/include/atlctrls.h 	int IdToIndex(UINT uBandID) const
UINT             8742 third_party/wtl/include/atlctrls.h 	int InsertItem(UINT nMask, int nIndex, LPCTSTR lpszItem, int nImage, int nSelImage, 
UINT             8772 third_party/wtl/include/atlctrls.h 	int AddItem(UINT nMask, LPCTSTR lpszItem, int nImage, int nSelImage, int iIndent, int iOverlay, LPARAM lParam)
UINT             8800 third_party/wtl/include/atlctrls.h 	int SetItem(int nIndex, UINT nMask, LPCTSTR lpszItem, int nImage, int nSelImage, 
UINT             8935 third_party/wtl/include/atlctrls.h 	int Dir(UINT /*attr*/, LPCTSTR /*lpszWildCard*/)
UINT             9345 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_GetScrollProp(UINT uIndex, LPINT lpnValue) const
UINT             9352 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_SetScrollProp(UINT uIndex, int nValue, BOOL bRedraw = TRUE)
UINT             9403 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_ShowScrollBar(UINT nBar, BOOL bShow = TRUE)
UINT             9410 third_party/wtl/include/atlctrls.h 	BOOL FlatSB_EnableScrollBar(UINT uSBFlags, UINT uArrowFlags = ESB_ENABLE_BOTH)
UINT             9694 third_party/wtl/include/atlctrls.h 		const UINT LM_GETIDEALSIZE = LM_GETIDEALHEIGHT;
UINT             9912 third_party/wtl/include/atlctrls.h 	BOOL AddButtons(UINT uNumButtons, LPTBBUTTON lpButtons)
UINT             9918 third_party/wtl/include/atlctrls.h 	BOOL AddToolTips(UINT uNumToolTips, LPTSTR lpToolTips)
UINT             9930 third_party/wtl/include/atlctrls.h 	HWND InsertComboBox(int nWidth, UINT dwStyle, WORD wComboBoxID, WORD wButton)
UINT             9984 third_party/wtl/include/atlctrls.h 	UINT GetHeight() const
UINT             9991 third_party/wtl/include/atlctrls.h 	HWND GetCommandBar(UINT uBand) const
UINT             9997 third_party/wtl/include/atlctrls.h 	BOOL GetRestoreInformation(UINT uBand, LPCOMMANDBANDSRESTOREINFO pcbr) const
UINT             10004 third_party/wtl/include/atlctrls.h 	HWND Create(HWND hWndParent, UINT wID, DWORD dwStyles, HIMAGELIST hImageList = NULL)
UINT             10017 third_party/wtl/include/atlctrls.h 	BOOL AddBands(UINT uBandCount, LPREBARBANDINFO prbbi)
UINT               88 third_party/wtl/include/atlctrlw.h 	UINT uFlags;         // TPM_* flags for ::TrackPopupMenuEx
UINT              212 third_party/wtl/include/atlctrlw.h 		UINT fType;
UINT              213 third_party/wtl/include/atlctrlw.h 		UINT fState;
UINT              287 third_party/wtl/include/atlctrlw.h 	UINT m_uSysKey;
UINT              457 third_party/wtl/include/atlctrlw.h 			UINT nID = 0, LPVOID lpCreateParam = NULL)
UINT              593 third_party/wtl/include/atlctrlw.h 	BOOL LoadMappedImages(UINT nIDImage, UINT nFlags = 0, LPCOLORMAP lpColorMap = NULL, int nMapSize = 0)
UINT              598 third_party/wtl/include/atlctrlw.h 	BOOL _LoadImagesHelper(ATL::_U_STRINGorID image, bool bMapped, UINT nFlags = 0, LPCOLORMAP lpColorMap = NULL, int nMapSize = 0)
UINT              692 third_party/wtl/include/atlctrlw.h 	BOOL AddBitmap(HBITMAP hBitmap, UINT nCommandID)
UINT              727 third_party/wtl/include/atlctrlw.h 	BOOL AddIcon(ATL::_U_STRINGorID icon, UINT nCommandID)
UINT              736 third_party/wtl/include/atlctrlw.h 	BOOL AddIcon(HICON hIcon, UINT nCommandID)
UINT              772 third_party/wtl/include/atlctrlw.h 	BOOL ReplaceBitmap(HBITMAP hBitmap, UINT nCommandID)
UINT              801 third_party/wtl/include/atlctrlw.h 	BOOL ReplaceIcon(ATL::_U_STRINGorID icon, UINT nCommandID)
UINT              810 third_party/wtl/include/atlctrlw.h 	BOOL ReplaceIcon(HICON hIcon, UINT nCommandID)
UINT              881 third_party/wtl/include/atlctrlw.h 	BOOL TrackPopupMenu(HMENU hMenu, UINT uFlags, int x, int y, LPTPMPARAMS lpParams = NULL)
UINT              958 third_party/wtl/include/atlctrlw.h 	LRESULT OnForwardMsg(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
UINT              970 third_party/wtl/include/atlctrlw.h 	LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1034 third_party/wtl/include/atlctrlw.h 	LRESULT OnDestroy(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1093 third_party/wtl/include/atlctrlw.h 	LRESULT OnKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1127 third_party/wtl/include/atlctrlw.h 	LRESULT OnKeyUp(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1137 third_party/wtl/include/atlctrlw.h 	LRESULT OnChar(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1186 third_party/wtl/include/atlctrlw.h 	LRESULT OnSysKeyDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1195 third_party/wtl/include/atlctrlw.h 	LRESULT OnSysKeyUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1204 third_party/wtl/include/atlctrlw.h 	LRESULT OnSysChar(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1213 third_party/wtl/include/atlctrlw.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1229 third_party/wtl/include/atlctrlw.h 	LRESULT OnInitMenu(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1237 third_party/wtl/include/atlctrlw.h 	LRESULT OnInitMenuPopup(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1342 third_party/wtl/include/atlctrlw.h 	LRESULT OnMenuSelect(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1402 third_party/wtl/include/atlctrlw.h 	LRESULT OnInternalAutoPopup(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1410 third_party/wtl/include/atlctrlw.h 	LRESULT OnInternalGetBar(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1421 third_party/wtl/include/atlctrlw.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1424 third_party/wtl/include/atlctrlw.h 		const UINT SPI_SETKEYBOARDCUES = 0x100B;
UINT             1427 third_party/wtl/include/atlctrlw.h 		const UINT SPI_SETFLATMENU = 0x1023;
UINT             1439 third_party/wtl/include/atlctrlw.h 	LRESULT OnWindowPosChanging(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1451 third_party/wtl/include/atlctrlw.h 	LRESULT OnMenuChar(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1577 third_party/wtl/include/atlctrlw.h 	LRESULT OnDrawItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             1593 third_party/wtl/include/atlctrlw.h 	LRESULT OnMeasureItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             1610 third_party/wtl/include/atlctrlw.h 	LRESULT OnAPIGetMenu(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1615 third_party/wtl/include/atlctrlw.h 	LRESULT OnAPITrackPopupMenu(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1627 third_party/wtl/include/atlctrlw.h 	LRESULT OnAPIGetCmdBar(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1699 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentInitMenuPopup(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1704 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentInternalGetBar(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1709 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentSysCommand(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1740 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentAPIGetMenu(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1745 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentMenuChar(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1750 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentAPITrackPopupMenu(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1755 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentAPIGetCmdBar(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1760 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentSettingChange(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1767 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentDrawItem(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1772 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentMeasureItem(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1777 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentActivate(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1856 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1899 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookSysKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1924 third_party/wtl/include/atlctrlw.h 			m_uSysKey = (UINT)wParam;
UINT             1929 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookSysKeyUp(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1941 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookSysChar(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1953 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             2079 third_party/wtl/include/atlctrlw.h 	LRESULT OnHookNextMenu(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             2088 third_party/wtl/include/atlctrlw.h  	LRESULT OnHookChar(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             2381 third_party/wtl/include/atlctrlw.h 			UINT uDrawStyle = (::GetSysColor(COLOR_BTNTEXT) == RGB(255, 255, 255)) ? ILD_MASK : ILD_NORMAL;
UINT             2695 third_party/wtl/include/atlctrlw.h 		const UINT TPM_VERPOSANIMATION = 0x1000L;
UINT             2698 third_party/wtl/include/atlctrlw.h 		const UINT TPM_NOANIMATION = 0x4000L;
UINT             2763 third_party/wtl/include/atlctrlw.h 	BOOL DoTrackPopupMenu(HMENU hMenu, UINT uFlags, int x, int y, LPTPMPARAMS lpParams = NULL)
UINT             2998 third_party/wtl/include/atlctrlw.h 			const UINT SPI_GETKEYBOARDCUES = 0x100A;
UINT             3011 third_party/wtl/include/atlctrlw.h 			const UINT SPI_GETFLATMENU = 0x1022;
UINT             3089 third_party/wtl/include/atlctrlw.h 	static UINT GetAutoPopupMessage()
UINT             3091 third_party/wtl/include/atlctrlw.h 		static UINT uAutoPopupMessage = 0;
UINT             3111 third_party/wtl/include/atlctrlw.h 	static UINT GetGetBarMessage()
UINT             3113 third_party/wtl/include/atlctrlw.h 		static UINT uGetBarMessage = 0;
UINT             3136 third_party/wtl/include/atlctrlw.h 		UINT uFlags = (m_bAlphaImages ? ILC_COLOR32 : ILC_COLOR24) | ILC_MASK;
UINT             3379 third_party/wtl/include/atlctrlw.h 	LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             3410 third_party/wtl/include/atlctrlw.h 	LRESULT OnDestroy(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             3428 third_party/wtl/include/atlctrlw.h 	LRESULT OnThemeChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             3440 third_party/wtl/include/atlctrlw.h 	LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             3448 third_party/wtl/include/atlctrlw.h 	LRESULT OnNcCalcSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             3470 third_party/wtl/include/atlctrlw.h 	LRESULT OnNcPaint(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             3551 third_party/wtl/include/atlctrlw.h 	LRESULT OnNcHitTest(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             3573 third_party/wtl/include/atlctrlw.h 	LRESULT OnNcLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             3601 third_party/wtl/include/atlctrlw.h 			const UINT TPM_VERPOSANIMATION = 0x1000L;   // Menu animation flag
UINT             3604 third_party/wtl/include/atlctrlw.h 			UINT uRet = (UINT)menu.TrackPopupMenu(TPM_LEFTBUTTON | TPM_VERTICAL | TPM_LEFTALIGN | TPM_TOPALIGN | TPM_RETURNCMD |  
UINT             3654 third_party/wtl/include/atlctrlw.h 	LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             3683 third_party/wtl/include/atlctrlw.h 	LRESULT OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             3736 third_party/wtl/include/atlctrlw.h 	LRESULT OnNcLButtonDblClk(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             3761 third_party/wtl/include/atlctrlw.h 			UINT uDefID = menu.GetMenuDefaultItem();
UINT             3762 third_party/wtl/include/atlctrlw.h 			if(uDefID == (UINT)-1)
UINT             3770 third_party/wtl/include/atlctrlw.h 	LRESULT OnCaptureChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             3796 third_party/wtl/include/atlctrlw.h 	LRESULT OnParentActivate(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             3805 third_party/wtl/include/atlctrlw.h 	LRESULT OnMDISetMenu(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             3822 third_party/wtl/include/atlctrlw.h 	LRESULT OnAllHookMessages(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             3860 third_party/wtl/include/atlctrlw.h 	void _ProcessAllHookMessages(UINT uMsg, WPARAM /*wParam*/, LPARAM /*lParam*/)
UINT             4103 third_party/wtl/include/atlctrlw.h 	static UINT _GetThemeChangedMsg()
UINT             4106 third_party/wtl/include/atlctrlw.h 		static const UINT WM_THEMECHANGED = 0x031A;
UINT              303 third_party/wtl/include/atlctrlx.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              310 third_party/wtl/include/atlctrlx.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              321 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT              330 third_party/wtl/include/atlctrlx.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              335 third_party/wtl/include/atlctrlx.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              350 third_party/wtl/include/atlctrlx.h 	LRESULT OnFocus(UINT uMsg, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              359 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonDown(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT              383 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonDblClk(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT              399 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonUp(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT              414 third_party/wtl/include/atlctrlx.h 	LRESULT OnCaptureChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              426 third_party/wtl/include/atlctrlx.h 	LRESULT OnEnable(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              434 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT              461 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseLeave(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              472 third_party/wtl/include/atlctrlx.h 	LRESULT OnKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT              486 third_party/wtl/include/atlctrlx.h 	LRESULT OnKeyUp(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT              500 third_party/wtl/include/atlctrlx.h 	LRESULT OnTimer(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              529 third_party/wtl/include/atlctrlx.h 	LRESULT OnUpdateUiState(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              672 third_party/wtl/include/atlctrlx.h 	LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT              683 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT              697 third_party/wtl/include/atlctrlx.h 	LRESULT OnKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1130 third_party/wtl/include/atlctrlx.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1138 third_party/wtl/include/atlctrlx.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1149 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1159 third_party/wtl/include/atlctrlx.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1164 third_party/wtl/include/atlctrlx.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1188 third_party/wtl/include/atlctrlx.h 	LRESULT OnFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1197 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             1233 third_party/wtl/include/atlctrlx.h 	LRESULT OnMouseLeave(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1245 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1256 third_party/wtl/include/atlctrlx.h 	LRESULT OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1271 third_party/wtl/include/atlctrlx.h 	LRESULT OnChar(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1281 third_party/wtl/include/atlctrlx.h 	LRESULT OnGetDlgCode(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1286 third_party/wtl/include/atlctrlx.h 	LRESULT OnSetCursor(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1299 third_party/wtl/include/atlctrlx.h 	LRESULT OnEnable(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1306 third_party/wtl/include/atlctrlx.h 	LRESULT OnGetFont(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1311 third_party/wtl/include/atlctrlx.h 	LRESULT OnSetFont(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1322 third_party/wtl/include/atlctrlx.h 	LRESULT OnUpdateUiState(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1329 third_party/wtl/include/atlctrlx.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1895 third_party/wtl/include/atlctrlx.h 	HWND Create(HWND hWndParent, LPCTSTR lpstrText, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | SBARS_SIZEGRIP, UINT nID = ATL_IDW_STATUS_BAR)
UINT             1905 third_party/wtl/include/atlctrlx.h 	HWND Create(HWND hWndParent, UINT nTextID = ATL_IDS_IDLEMESSAGE, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | SBARS_SIZEGRIP, UINT nID = ATL_IDW_STATUS_BAR)
UINT             2129 third_party/wtl/include/atlctrlx.h 	LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             2345 third_party/wtl/include/atlctrlx.h 			DWORD dwExStyle = 0, UINT nID = 0, LPVOID lpCreateParam = NULL)
UINT             2357 third_party/wtl/include/atlctrlx.h 	HWND Create(HWND hWndParent, UINT uTitleID, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN,
UINT             2358 third_party/wtl/include/atlctrlx.h 			DWORD dwExStyle = 0, UINT nID = 0, LPVOID lpCreateParam = NULL)
UINT             2401 third_party/wtl/include/atlctrlx.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             2412 third_party/wtl/include/atlctrlx.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
UINT             2419 third_party/wtl/include/atlctrlx.h 	LRESULT OnSetFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             2426 third_party/wtl/include/atlctrlx.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             2431 third_party/wtl/include/atlctrlx.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             2453 third_party/wtl/include/atlctrlx.h 	LRESULT OnNotify(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             2482 third_party/wtl/include/atlctrlx.h 	LRESULT OnCommand(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             2653 third_party/wtl/include/atlctrlx.h 		UINT uBorder = BF_LEFT | BF_TOP | BF_ADJUST;
UINT             3502 third_party/wtl/include/atlctrlx.h 	LRESULT OnInsertColumn(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)	
UINT             3524 third_party/wtl/include/atlctrlx.h 	LRESULT OnDeleteColumn(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)	
UINT             3555 third_party/wtl/include/atlctrlx.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             4149 third_party/wtl/include/atlctrlx.h 			UINT nID = menu.GetMenuItemID(nFirstPos);
UINT             4216 third_party/wtl/include/atlctrlx.h 					menu.SetMenuDefaultItem((UINT)-1,  TRUE);
UINT             4273 third_party/wtl/include/atlctrlx.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             4281 third_party/wtl/include/atlctrlx.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             4295 third_party/wtl/include/atlctrlx.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             4302 third_party/wtl/include/atlctrlx.h 	LRESULT OnSetFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             4344 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             4359 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             4380 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabCaptureChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             4406 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             4463 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabRButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
UINT             4478 third_party/wtl/include/atlctrlx.h 	LRESULT OnTabSysKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT               46 third_party/wtl/include/atlddx.h 	BOOL DoDataExchange(BOOL bSaveAndValidate = FALSE, UINT nCtlID = (UINT)-1) \
UINT               52 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT               59 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT               66 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT               73 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT               80 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT               87 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT               95 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT              102 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT              108 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT              115 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT              123 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT              127 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT              131 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT              135 third_party/wtl/include/atlddx.h 		if(nCtlID == (UINT)-1 || nCtlID == nID) \
UINT              151 third_party/wtl/include/atlddx.h 	BOOL DoDataExchange(BOOL /*bSaveAndValidate*/ = FALSE, UINT /*nCtlID*/ = (UINT)-1)
UINT              201 third_party/wtl/include/atlddx.h 	BOOL DDX_Text(UINT nID, LPTSTR lpstrText, int cbSize, BOOL bSave, BOOL bValidate = FALSE, int nLength = 0)
UINT              238 third_party/wtl/include/atlddx.h 	BOOL DDX_Text(UINT nID, BSTR& bstrText, int /*cbSize*/, BOOL bSave, BOOL bValidate = FALSE, int nLength = 0)
UINT              274 third_party/wtl/include/atlddx.h 	BOOL DDX_Text(UINT nID, ATL::CComBSTR& bstrText, int /*cbSize*/, BOOL bSave, BOOL bValidate = FALSE, int nLength = 0)
UINT              311 third_party/wtl/include/atlddx.h 	BOOL DDX_Text(UINT nID, _CSTRING_NS::CString& strText, int /*cbSize*/, BOOL bSave, BOOL bValidate = FALSE, int nLength = 0)
UINT              357 third_party/wtl/include/atlddx.h 	BOOL DDX_Int(UINT nID, Type& nVal, BOOL bSigned, BOOL bSave, BOOL bValidate = FALSE, Type nMin = 0, Type nMax = 0)
UINT              413 third_party/wtl/include/atlddx.h 	BOOL DDX_Float(UINT nID, float& nVal, BOOL bSave, BOOL bValidate = FALSE, float nMin = 0.F, float nMax = 0.F, int nPrecision = FLT_DIG)
UINT              456 third_party/wtl/include/atlddx.h 	BOOL DDX_Float(UINT nID, double& nVal, BOOL bSave, BOOL bValidate = FALSE, double nMin = 0., double nMax = 0., int nPrecision = DBL_DIG)
UINT              502 third_party/wtl/include/atlddx.h 	void DDX_Control(UINT nID, TControl& ctrl, BOOL bSave)
UINT              513 third_party/wtl/include/atlddx.h 	void DDX_Control_Handle(UINT nID, TControl& ctrl, BOOL bSave)
UINT              523 third_party/wtl/include/atlddx.h 	void DDX_Check(UINT nID, int& nValue, BOOL bSave)
UINT              544 third_party/wtl/include/atlddx.h 	void DDX_Check(UINT nID, bool& bCheck, BOOL bSave)
UINT              557 third_party/wtl/include/atlddx.h 	void DDX_Radio(UINT nID, int& nValue, BOOL bSave)
UINT              602 third_party/wtl/include/atlddx.h 	void OnDataExchangeError(UINT nCtrlID, BOOL /*bSave*/)
UINT              605 third_party/wtl/include/atlddx.h 		::MessageBeep((UINT)-1);
UINT              610 third_party/wtl/include/atlddx.h 	void OnDataValidateError(UINT nCtrlID, BOOL /*bSave*/, _XData& /*data*/)
UINT              613 third_party/wtl/include/atlddx.h 		::MessageBeep((UINT)-1);
UINT             1056 third_party/wtl/include/atldlgs.h 	void _Init(LPCWSTR lpszFileName, DWORD dwOptions, LPCWSTR lpszDefExt, const COMDLG_FILTERSPEC* arrFilterSpec, UINT uFilterSpecCount)
UINT             1220 third_party/wtl/include/atldlgs.h 	                         UINT uFilterSpecCount = 0U)
UINT             1245 third_party/wtl/include/atldlgs.h 	                     UINT uFilterSpecCount = 0U) : CShellFileOpenDialogImpl<CShellFileOpenDialog>(lpszFileName, dwOptions, lpszDefExt, arrFilterSpec, uFilterSpecCount)
UINT             1270 third_party/wtl/include/atldlgs.h 	                         UINT uFilterSpecCount = 0U)
UINT             1295 third_party/wtl/include/atldlgs.h 	                     UINT uFilterSpecCount = 0U) : CShellFileSaveDialogImpl<CShellFileSaveDialog>(lpszFileName, dwOptions, lpszDefExt, arrFilterSpec, uFilterSpecCount)
UINT             1328 third_party/wtl/include/atldlgs.h 	CFolderDialogImpl(HWND hWndParent = NULL, LPCTSTR lpstrTitle = NULL, UINT uFlags = BIF_RETURNONLYFSDIRS) : 
UINT             1420 third_party/wtl/include/atldlgs.h 	static int CALLBACK BrowseCallbackProc(HWND hWnd, UINT uMsg, LPARAM lParam, LPARAM lpData)
UINT             1433 third_party/wtl/include/atldlgs.h 		const UINT BIF_NEWDIALOGSTYLE = 0x0040;
UINT             1533 third_party/wtl/include/atldlgs.h 		const UINT BFFM_SETOKTEXT = WM_USER + 105;
UINT             1544 third_party/wtl/include/atldlgs.h 		const UINT BFFM_SETEXPANDED = WM_USER + 106;
UINT             1553 third_party/wtl/include/atldlgs.h 		const UINT BFFM_SETEXPANDED = WM_USER + 106;
UINT             1565 third_party/wtl/include/atldlgs.h 	CFolderDialog(HWND hWndParent = NULL, LPCTSTR lpstrTitle = NULL, UINT uFlags = BIF_RETURNONLYFSDIRS)
UINT             1579 third_party/wtl/include/atldlgs.h 	static UINT_PTR APIENTRY HookProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
UINT             1615 third_party/wtl/include/atldlgs.h 	static LRESULT CALLBACK StartWindowProc(HWND /*hWnd*/, UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/)
UINT             1712 third_party/wtl/include/atldlgs.h 		const UINT WM_CHOOSEFONT_SETLOGFONT = (WM_USER + 101);
UINT             1728 third_party/wtl/include/atldlgs.h 		const UINT WM_CHOOSEFONT_SETFLAGS = (WM_USER + 102);
UINT             2029 third_party/wtl/include/atldlgs.h 	static UINT_PTR APIENTRY HookProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
UINT             2083 third_party/wtl/include/atldlgs.h 	static UINT _GetSetRGBMessage()
UINT             2085 third_party/wtl/include/atldlgs.h 		static UINT uSetRGBMessage = 0;
UINT             2105 third_party/wtl/include/atldlgs.h 	static UINT _GetColorOKMessage()
UINT             2107 third_party/wtl/include/atldlgs.h 		static UINT uColorOKMessage = 0;
UINT             2132 third_party/wtl/include/atldlgs.h 	LRESULT _OnColorOK(UINT, WPARAM, LPARAM, BOOL&)
UINT             2615 third_party/wtl/include/atldlgs.h 	STDMETHOD(HandleMessage)(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT* plResult)
UINT             2758 third_party/wtl/include/atldlgs.h 	static UINT_PTR CALLBACK PaintHookProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
UINT             2789 third_party/wtl/include/atldlgs.h 	UINT_PTR OnDrawPage(UINT /*uMsg*/, HDC /*hDC*/, LPRECT /*lpRect*/)
UINT             2803 third_party/wtl/include/atldlgs.h 	static UINT_PTR CALLBACK PaintHookProc(HWND, UINT, WPARAM, LPARAM)
UINT             2886 third_party/wtl/include/atldlgs.h 	static const UINT GetFindReplaceMsg()
UINT             2888 third_party/wtl/include/atldlgs.h 		static const UINT nMsgFindReplace = ::RegisterWindowMessage(FINDMSGSTRING);
UINT             3492 third_party/wtl/include/atldlgs.h 	void SetTitle(LPCTSTR lpszText, UINT nStyle = 0)
UINT             3607 third_party/wtl/include/atldlgs.h 		UINT uMsg = bChanged ? PSM_CHANGED : PSM_UNCHANGED;
UINT             3725 third_party/wtl/include/atldlgs.h 	CPropertySheetImpl(ATL::_U_STRINGorID title = (LPCTSTR)NULL, UINT uStartPage = 0, HWND hWndParent = NULL)
UINT             3754 third_party/wtl/include/atldlgs.h 	static int CALLBACK PropSheetCallback(HWND hWnd, UINT uMsg, LPARAM lParam)
UINT             3915 third_party/wtl/include/atldlgs.h 	void SetTitle(LPCTSTR lpszText, UINT nStyle = 0)
UINT             4067 third_party/wtl/include/atldlgs.h 	LRESULT OnCommand(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             4076 third_party/wtl/include/atldlgs.h 	LRESULT OnSysCommand(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             4097 third_party/wtl/include/atldlgs.h 	CPropertySheet(ATL::_U_STRINGorID title = (LPCTSTR)NULL, UINT uStartPage = 0, HWND hWndParent = NULL)
UINT             4214 third_party/wtl/include/atldlgs.h 	static UINT CALLBACK PropPageCallback(HWND hWnd, UINT uMsg, LPPROPSHEETPAGE ppsp)
UINT             4219 third_party/wtl/include/atldlgs.h 		UINT uRet = 0;
UINT             4302 third_party/wtl/include/atldlgs.h 	LRESULT OnNotify(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             4745 third_party/wtl/include/atldlgs.h 	static INT_PTR CALLBACK DialogProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
UINT             4761 third_party/wtl/include/atldlgs.h 	virtual HRESULT CreateActiveXControls(UINT nID)
UINT             4933 third_party/wtl/include/atldlgs.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             4942 third_party/wtl/include/atldlgs.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             5068 third_party/wtl/include/atldlgs.h 	static UINT GetMessage_GetExteriorPageTitleFont()
UINT             5070 third_party/wtl/include/atldlgs.h 		static UINT uGetExteriorPageTitleFont = 0;
UINT             5090 third_party/wtl/include/atldlgs.h 	static UINT GetMessage_GetBulletFont()
UINT             5092 third_party/wtl/include/atldlgs.h 		static UINT uGetBulletFont = 0;
UINT             5138 third_party/wtl/include/atldlgs.h 	CWizard97SheetImpl(ATL::_U_STRINGorID title, ATL::_U_STRINGorID headerBitmap, ATL::_U_STRINGorID watermarkBitmap, UINT uStartPage = 0, HWND hWndParent = NULL) :
UINT             5204 third_party/wtl/include/atldlgs.h 	LRESULT OnGetExteriorPageTitleFont(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             5209 third_party/wtl/include/atldlgs.h 	LRESULT OnGetBulletFont(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             5214 third_party/wtl/include/atldlgs.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             5236 third_party/wtl/include/atldlgs.h 	CWizard97Sheet(ATL::_U_STRINGorID title, ATL::_U_STRINGorID headerBitmap, ATL::_U_STRINGorID watermarkBitmap, UINT uStartPage = 0, HWND hWndParent = NULL) :
UINT             5436 third_party/wtl/include/atldlgs.h 	CAeroWizardFrameImpl(ATL::_U_STRINGorID title = (LPCTSTR)NULL, UINT uStartPage = 0, HWND hWndParent = NULL) :
UINT             5476 third_party/wtl/include/atldlgs.h 	CAeroWizardFrame(ATL::_U_STRINGorID title = (LPCTSTR)NULL, UINT uStartPage = 0, HWND hWndParent = NULL)
UINT             5680 third_party/wtl/include/atldlgs.h 	void SetWindowTitle(UINT nID)
UINT             5697 third_party/wtl/include/atldlgs.h 	void SetMainIcon(UINT nID)
UINT             5710 third_party/wtl/include/atldlgs.h 	void SetMainInstructionText(UINT nID)
UINT             5721 third_party/wtl/include/atldlgs.h 	void SetContentText(UINT nID)
UINT             5732 third_party/wtl/include/atldlgs.h 	void SetButtons(const TASKDIALOG_BUTTON* pButtons, UINT cButtons, int nDefaultButton = 0)
UINT             5746 third_party/wtl/include/atldlgs.h 	void SetRadioButtons(const TASKDIALOG_BUTTON* pRadioButtons, UINT cRadioButtons, int nDefaultRadioButton = 0)
UINT             5760 third_party/wtl/include/atldlgs.h 	void SetVerificationText(UINT nID)
UINT             5771 third_party/wtl/include/atldlgs.h 	void SetExpandedInformationText(UINT nID)
UINT             5782 third_party/wtl/include/atldlgs.h 	void SetExpandedControlText(UINT nID)
UINT             5793 third_party/wtl/include/atldlgs.h 	void SetCollapsedControlText(UINT nID)
UINT             5810 third_party/wtl/include/atldlgs.h 	void SetFooterIcon(UINT nID)
UINT             5823 third_party/wtl/include/atldlgs.h 	void SetFooterText(UINT nID)
UINT             5834 third_party/wtl/include/atldlgs.h 	void SetWidth(UINT cxWidth)
UINT             5898 third_party/wtl/include/atldlgs.h 	void SetWindowTitle(UINT nID)
UINT             5905 third_party/wtl/include/atldlgs.h 	void SetMainIcon(UINT nID)
UINT             5910 third_party/wtl/include/atldlgs.h 	void SetMainInstructionText(UINT nID)
UINT             5915 third_party/wtl/include/atldlgs.h 	void SetContentText(UINT nID)
UINT             5920 third_party/wtl/include/atldlgs.h 	void SetButtons(const TASKDIALOG_BUTTON* pButtons, UINT cButtons, int nDefaultButton = 0)
UINT             5925 third_party/wtl/include/atldlgs.h 	void SetRadioButtons(const TASKDIALOG_BUTTON* pRadioButtons, UINT cRadioButtons, int nDefaultRadioButton = 0)
UINT             5930 third_party/wtl/include/atldlgs.h 	void SetVerificationText(UINT nID)
UINT             5935 third_party/wtl/include/atldlgs.h 	void SetExpandedInformationText(UINT nID)
UINT             5940 third_party/wtl/include/atldlgs.h 	void SetExpandedControlText(UINT nID)
UINT             5945 third_party/wtl/include/atldlgs.h 	void SetCollapsedControlText(UINT nID)
UINT             5952 third_party/wtl/include/atldlgs.h 	void SetFooterIcon(UINT nID)
UINT             5957 third_party/wtl/include/atldlgs.h 	void SetFooterText(UINT nID)
UINT             5962 third_party/wtl/include/atldlgs.h 	void SetWidth(UINT cxWidth)
UINT             5969 third_party/wtl/include/atldlgs.h 	static HRESULT CALLBACK TaskDialogCallback(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LONG_PTR lpRefData)
UINT             6119 third_party/wtl/include/atldlgs.h 	BOOL SetProgressBarMarquee(BOOL bMarquee, UINT uSpeed)
UINT               97 third_party/wtl/include/atlfind.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              109 third_party/wtl/include/atlfind.h 	LRESULT OnFindReplaceCmd(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
UINT              529 third_party/wtl/include/atlfind.h 	UINT m_nShadowSize;
UINT              570 third_party/wtl/include/atlfind.h 		UINT nLen = pT->GetBufferLength();
UINT              573 third_party/wtl/include/atlfind.h 		UINT nStart = nStartChar;
UINT              605 third_party/wtl/include/atlfind.h 		UINT nLenFind = ::lstrlen(lpszFind);
UINT              690 third_party/wtl/include/atlfind.h 			UINT nCompare;
UINT              692 third_party/wtl/include/atlfind.h 				nCompare = (UINT)(lpsz - lpszText) + 1;
UINT              694 third_party/wtl/include/atlfind.h 				nCompare = nLen - (UINT)(lpsz - lpszText) - nLenFind + 1;
UINT              739 third_party/wtl/include/atlfind.h 				UINT nSize = pT->GetWindowTextLength() + 1;
UINT              783 third_party/wtl/include/atlfind.h 	UINT GetBufferLength() const
UINT              788 third_party/wtl/include/atlfind.h 		UINT nLen = 0;
UINT              797 third_party/wtl/include/atlfind.h 	LONG EndOfLine(LPCTSTR lpszText, UINT nLen, UINT nIndex) const
UINT              812 third_party/wtl/include/atlfind.h 		ATLASSERT((UINT)nEndChar <= pT->GetBufferLength());
UINT               68 third_party/wtl/include/atlframe.h 	UINT m_uCommonResourceID;
UINT              358 third_party/wtl/include/atlframe.h 	UINT uFlags;
UINT              443 third_party/wtl/include/atlframe.h 	static HWND CreateSimpleToolBarCtrl(HWND hWndParent, UINT nResourceID, BOOL bInitialSeparator = FALSE, 
UINT              444 third_party/wtl/include/atlframe.h 			DWORD dwStyle = ATL_SIMPLE_TOOLBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
UINT              560 third_party/wtl/include/atlframe.h 	static HWND CreateSimpleReBarCtrl(HWND hWndParent, DWORD dwStyle = ATL_SIMPLE_REBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
UINT              590 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleReBar(DWORD dwStyle = ATL_SIMPLE_REBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
UINT              720 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleStatusBar(LPCTSTR lpstrText, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | SBARS_SIZEGRIP, UINT nID = ATL_IDW_STATUS_BAR)
UINT              722 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleStatusBar(LPCTSTR lpstrText, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS, UINT nID = ATL_IDW_STATUS_BAR)
UINT              731 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleStatusBar(UINT nTextID = ATL_IDS_IDLEMESSAGE, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | SBARS_SIZEGRIP, UINT nID = ATL_IDW_STATUS_BAR)
UINT              733 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleStatusBar(UINT nTextID = ATL_IDS_IDLEMESSAGE, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS, UINT nID = ATL_IDW_STATUS_BAR)
UINT              766 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleCEMenuBar(UINT nToolBarId = ATL_IDW_MENU_BAR, DWORD dwFlags = 0, int nBmpId = 0, int cBmpImages = 0)
UINT              866 third_party/wtl/include/atlframe.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              876 third_party/wtl/include/atlframe.h 	LRESULT OnMenuSelect(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT              922 third_party/wtl/include/atlframe.h 	LRESULT OnSetFocus(UINT, WPARAM, LPARAM, BOOL& bHandled)
UINT              931 third_party/wtl/include/atlframe.h 	LRESULT OnDestroy(UINT, WPARAM, LPARAM, BOOL& bHandled)
UINT             1093 third_party/wtl/include/atlframe.h 			::MessageBeep((UINT)-1);
UINT             1104 third_party/wtl/include/atlframe.h 		const UINT TPM_VERPOSANIMATION = 0x1000L;   // Menu animation flag
UINT             1113 third_party/wtl/include/atlframe.h 		UINT uMenuFlags = TPM_LEFTBUTTON | TPM_VERTICAL | TPM_LEFTALIGN | TPM_TOPALIGN | (!AtlIsOldWindows() ? TPM_VERPOSANIMATION : 0);
UINT             1200 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleToolBar(UINT nResourceID = 0, DWORD dwStyle = ATL_SIMPLE_TOOLBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
UINT             1216 third_party/wtl/include/atlframe.h 	HWND CreateSimpleCEToolBar(UINT nResourceID = 0, DWORD dwStyle = ATL_SIMPLE_TOOLBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
UINT             1241 third_party/wtl/include/atlframe.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1288 third_party/wtl/include/atlframe.h inline HWND AtlCreateSimpleToolBar(HWND hWndParent, UINT nResourceID, BOOL bInitialSeparator = FALSE, 
UINT             1289 third_party/wtl/include/atlframe.h 		DWORD dwStyle = ATL_SIMPLE_TOOLBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
UINT             1365 third_party/wtl/include/atlframe.h 	BOOL MDICascade(UINT uFlags = 0)
UINT             1371 third_party/wtl/include/atlframe.h 	BOOL MDITile(UINT uFlags = MDITILE_HORIZONTAL)
UINT             1483 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleToolBar(UINT nResourceID = 0, DWORD dwStyle = ATL_SIMPLE_TOOLBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
UINT             1497 third_party/wtl/include/atlframe.h 	static LRESULT CALLBACK MDIFrameWindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
UINT             1563 third_party/wtl/include/atlframe.h 	LRESULT DefWindowProc(UINT uMsg, WPARAM wParam, LPARAM lParam)
UINT             1575 third_party/wtl/include/atlframe.h 	HWND CreateMDIClient(HMENU hWindowMenu = NULL, UINT nID = ATL_IDW_CLIENT, UINT nFirstChildID = ATL_IDM_FIRST_MDICHILD)
UINT             1633 third_party/wtl/include/atlframe.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1644 third_party/wtl/include/atlframe.h 	LRESULT OnSetFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1650 third_party/wtl/include/atlframe.h 	LRESULT OnMDISetMenu(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1700 third_party/wtl/include/atlframe.h 			UINT nMenuID = 0, LPVOID lpCreateParam = NULL)
UINT             1725 third_party/wtl/include/atlframe.h 		HWND hWnd = CFrameWindowImplBase<TBase, TWinTraits >::Create(hWndParent, rect.m_lpRect, szWindowName, dwStyle, dwExStyle, (UINT)0U, atom, lpCreateParam);
UINT             1764 third_party/wtl/include/atlframe.h 	BOOL CreateSimpleToolBar(UINT nResourceID = 0, DWORD dwStyle = ATL_SIMPLE_TOOLBAR_STYLE, UINT nID = ATL_IDW_TOOLBAR)
UINT             1828 third_party/wtl/include/atlframe.h 	LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1839 third_party/wtl/include/atlframe.h 	LRESULT OnWindowPosChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             1861 third_party/wtl/include/atlframe.h 	LRESULT OnMouseActivate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1875 third_party/wtl/include/atlframe.h 	LRESULT OnMenuSelect(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1880 third_party/wtl/include/atlframe.h 	LRESULT OnMDIActivate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             1891 third_party/wtl/include/atlframe.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1969 third_party/wtl/include/atlframe.h 	LRESULT OnDrawItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             1978 third_party/wtl/include/atlframe.h 	LRESULT OnMeasureItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             1987 third_party/wtl/include/atlframe.h 	LRESULT OnCompareItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             1995 third_party/wtl/include/atlframe.h 	LRESULT OnDeleteItem(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             2210 third_party/wtl/include/atlframe.h 	LRESULT OnInitMenuPopup(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             2230 third_party/wtl/include/atlframe.h 	LRESULT OnCommand(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             2642 third_party/wtl/include/atlframe.h 			::SetMenuDefaultItem(hMenu, (UINT)-1, 0);
UINT             2667 third_party/wtl/include/atlframe.h 		UINT uEnable = MF_BYCOMMAND;
UINT             2674 third_party/wtl/include/atlframe.h 		UINT uCheck = MF_BYCOMMAND;
UINT             3232 third_party/wtl/include/atlframe.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             3254 third_party/wtl/include/atlframe.h 	LRESULT OnGetMinMaxInfo(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
UINT             3410 third_party/wtl/include/atlframe.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             3415 third_party/wtl/include/atlframe.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              308 third_party/wtl/include/atlgdi.h 	HBRUSH CreateDIBPatternBrush(HGLOBAL hPackedDIB, UINT nUsage)
UINT              318 third_party/wtl/include/atlgdi.h 	HBRUSH CreateDIBPatternBrush(const void* lpPackedDIB, UINT nUsage)
UINT              725 third_party/wtl/include/atlgdi.h 	HBITMAP LoadOEMBitmap(UINT nIDBitmap) // for OBM_/OCR_/OIC_
UINT              733 third_party/wtl/include/atlgdi.h 	HBITMAP LoadMappedBitmap(UINT nIDBitmap, UINT nFlags = 0, LPCOLORMAP lpColorMap = NULL, int nMapSize = 0)
UINT              741 third_party/wtl/include/atlgdi.h 	HBITMAP CreateBitmap(int nWidth, int nHeight, UINT nPlanes, UINT nBitsPerPixel, const void* lpBits)
UINT              836 third_party/wtl/include/atlgdi.h 	HBITMAP CreateDIBitmap(HDC hDC, CONST BITMAPINFOHEADER* lpbmih, DWORD dwInit, CONST VOID* lpbInit, CONST BITMAPINFO* lpbmi, UINT uColorUse)
UINT              844 third_party/wtl/include/atlgdi.h 	HBITMAP CreateDIBSection(HDC hDC, CONST BITMAPINFO* lpbmi, UINT uColorUse, VOID** ppvBits, HANDLE hSection, DWORD dwOffset)
UINT              852 third_party/wtl/include/atlgdi.h 	int GetDIBits(HDC hDC, UINT uStartScan, UINT cScanLines,  LPVOID lpvBits, LPBITMAPINFO lpbmi, UINT uColorUse) const
UINT              858 third_party/wtl/include/atlgdi.h 	int SetDIBits(HDC hDC, UINT uStartScan, UINT cScanLines, CONST VOID* lpvBits, CONST BITMAPINFO* lpbmi, UINT uColorUse)
UINT              950 third_party/wtl/include/atlgdi.h 	UINT GetPaletteEntries(UINT nStartIndex, UINT nNumEntries, LPPALETTEENTRY lpPaletteColors) const
UINT              956 third_party/wtl/include/atlgdi.h 	UINT SetPaletteEntries(UINT nStartIndex, UINT nNumEntries, LPPALETTEENTRY lpPaletteColors)
UINT              964 third_party/wtl/include/atlgdi.h 	void AnimatePalette(UINT nStartIndex, UINT nNumEntries, LPPALETTEENTRY lpPaletteColors)
UINT              970 third_party/wtl/include/atlgdi.h 	BOOL ResizePalette(UINT nNumEntries)
UINT              977 third_party/wtl/include/atlgdi.h 	UINT GetNearestPaletteIndex(COLORREF crColor) const
UINT             1320 third_party/wtl/include/atlgdi.h 	UINT SetBoundsRect(LPCRECT lpRectBounds, UINT flags)
UINT             1326 third_party/wtl/include/atlgdi.h 	UINT GetBoundsRect(LPRECT lpRectBounds, UINT flags) const
UINT             1462 third_party/wtl/include/atlgdi.h 	UINT RealizePalette()
UINT             2093 third_party/wtl/include/atlgdi.h 	BOOL DrawIconEx(int x, int y, HICON hIcon, int cxWidth, int cyWidth, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL)
UINT             2099 third_party/wtl/include/atlgdi.h 	BOOL DrawIconEx(POINT point, HICON hIcon, SIZE size, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL)
UINT             2106 third_party/wtl/include/atlgdi.h 	BOOL DrawState(POINT pt, SIZE size, HBITMAP hBitmap, UINT nFlags, HBRUSH hBrush = NULL)
UINT             2112 third_party/wtl/include/atlgdi.h 	BOOL DrawState(POINT pt, SIZE size, HICON hIcon, UINT nFlags, HBRUSH hBrush = NULL)
UINT             2118 third_party/wtl/include/atlgdi.h 	BOOL DrawState(POINT pt, SIZE size, LPCTSTR lpszText, UINT nFlags, BOOL bPrefixText = TRUE, int nTextLen = 0, HBRUSH hBrush = NULL)
UINT             2124 third_party/wtl/include/atlgdi.h 	BOOL DrawState(POINT pt, SIZE size, DRAWSTATEPROC lpDrawProc, LPARAM lData, UINT nFlags, HBRUSH hBrush = NULL)
UINT             2267 third_party/wtl/include/atlgdi.h 	BOOL ExtFloodFill(int x, int y, COLORREF crColor, UINT nFillType)
UINT             2302 third_party/wtl/include/atlgdi.h 	BOOL TransparentBlt(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, UINT crTransparent)
UINT             2308 third_party/wtl/include/atlgdi.h 	BOOL TransparentImage(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, UINT crTransparent)
UINT             2455 third_party/wtl/include/atlgdi.h 	BOOL ExtTextOut(int x, int y, UINT nOptions, LPCRECT lpRect, LPCTSTR lpszString, UINT nCount = -1, LPINT lpDxWidths = NULL)
UINT             2475 third_party/wtl/include/atlgdi.h 	int DrawText(LPCTSTR lpstrText, int cchText, LPRECT lpRect, UINT uFormat)
UINT             2484 third_party/wtl/include/atlgdi.h 	int DrawText(LPTSTR lpstrText, int cchText, LPRECT lpRect, UINT uFormat)
UINT             2491 third_party/wtl/include/atlgdi.h 	int DrawTextEx(LPTSTR lpstrText, int cchText, LPRECT lpRect, UINT uFormat, LPDRAWTEXTPARAMS lpDTParams = NULL)
UINT             2510 third_party/wtl/include/atlgdi.h 			typedef int (WINAPI *PFN_DrawShadowText)(HDC hDC, LPCWSTR lpstrText, UINT cchText, LPRECT lpRect, DWORD dwFlags, COLORREF clrText, COLORREF clrShadow, int xOffset, int yOffset);
UINT             2552 third_party/wtl/include/atlgdi.h 	UINT GetTextAlign() const
UINT             2558 third_party/wtl/include/atlgdi.h 	UINT SetTextAlign(UINT nFlags)
UINT             2648 third_party/wtl/include/atlgdi.h 	BOOL DrawEdge(LPRECT lpRect, UINT nEdge, UINT nFlags)
UINT             2654 third_party/wtl/include/atlgdi.h 	BOOL DrawFrameControl(LPRECT lpRect, UINT nType, UINT nState)
UINT             2669 third_party/wtl/include/atlgdi.h 	BOOL GetCharWidth(UINT nFirstChar, UINT nLastChar, LPINT lpBuffer) const
UINT             2676 third_party/wtl/include/atlgdi.h 	BOOL GetCharWidth32(UINT nFirstChar, UINT nLastChar, LPINT lpBuffer) const
UINT             2694 third_party/wtl/include/atlgdi.h 	BOOL GetCharABCWidths(UINT nFirstChar, UINT nLastChar, LPABC lpabc) const
UINT             2712 third_party/wtl/include/atlgdi.h 	UINT GetOutlineTextMetrics(UINT cbData, LPOUTLINETEXTMETRIC lpotm) const
UINT             2718 third_party/wtl/include/atlgdi.h 	DWORD GetGlyphOutline(UINT nChar, UINT nFormat, LPGLYPHMETRICS lpgm, DWORD cbBuffer, LPVOID lpBuffer, const MAT2* lpmat2) const
UINT             2724 third_party/wtl/include/atlgdi.h 	BOOL GetCharABCWidths(UINT nFirstChar, UINT nLastChar, LPABCFLOAT lpABCF) const
UINT             2730 third_party/wtl/include/atlgdi.h 	BOOL GetCharWidth(UINT nFirstChar, UINT nLastChar, float* lpFloatBuffer) const
UINT             2829 third_party/wtl/include/atlgdi.h 	BOOL AddMetaFileComment(UINT nDataSize, const BYTE* pCommentData) // can be used for enhanced metafiles only
UINT             2885 third_party/wtl/include/atlgdi.h 				UINT nObjType = ::GetObjectType(hObject);
UINT             3122 third_party/wtl/include/atlgdi.h 	int SetDIBitsToDevice(int x, int y, DWORD dwWidth, DWORD dwHeight, int xSrc, int ySrc, UINT uStartScan, UINT cScanLines, CONST VOID* lpvBits, CONST BITMAPINFO* lpbmi, UINT uColorUse)
UINT             3130 third_party/wtl/include/atlgdi.h 	int StretchDIBits(int x, int y, int nWidth, int nHeight, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, CONST VOID* lpvBits, CONST BITMAPINFO* lpbmi, UINT uColorUse, DWORD dwRop)
UINT             3136 third_party/wtl/include/atlgdi.h 	UINT GetDIBColorTable(UINT uStartIndex, UINT cEntries, RGBQUAD* pColors) const
UINT             3142 third_party/wtl/include/atlgdi.h 	UINT SetDIBColorTable(UINT uStartIndex, UINT cEntries, CONST RGBQUAD* pColors)
UINT             3157 third_party/wtl/include/atlgdi.h 	int DescribePixelFormat(int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd)
UINT             3211 third_party/wtl/include/atlgdi.h 	BOOL wglDescribeLayerPlane(int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd)
UINT             3235 third_party/wtl/include/atlgdi.h 	BOOL wglSwapLayerBuffers(UINT uPlanes)
UINT             3294 third_party/wtl/include/atlgdi.h 	BOOL GetCharWidthI(UINT giFirst, UINT cgi, LPWORD pgi, LPINT lpBuffer) const
UINT             3300 third_party/wtl/include/atlgdi.h 	BOOL GetCharABCWidthsI(UINT giFirst, UINT cgi, LPWORD pgi, LPABC lpabc) const
UINT             3448 third_party/wtl/include/atlgdi.h 		UINT nBytes = ::GetEnhMetaFileBits(m_hEMF, 0, NULL);
UINT             3460 third_party/wtl/include/atlgdi.h 		UINT nLen = ::GetEnhMetaFileDescription(m_hEMF, 0, NULL);
UINT             3475 third_party/wtl/include/atlgdi.h 		UINT n = ::GetEnhMetaFileHeader(m_hEMF, sizeof(ENHMETAHEADER), &m_header);
UINT             3483 third_party/wtl/include/atlgdi.h 		UINT n = ::GetEnhMetaFilePixelFormat(m_hEMF, sizeof(m_pfd), &m_pfd);
UINT             3540 third_party/wtl/include/atlgdi.h 	UINT GetEnhMetaFileBits(UINT cbBuffer, LPBYTE lpbBuffer) const
UINT             3546 third_party/wtl/include/atlgdi.h 	UINT GetEnhMetaFileDescription(UINT cchBuffer, LPTSTR lpszDescription) const
UINT             3552 third_party/wtl/include/atlgdi.h 	UINT GetEnhMetaFileHeader(LPENHMETAHEADER lpemh) const
UINT             3560 third_party/wtl/include/atlgdi.h 	UINT GetEnhMetaFilePaletteEntries(UINT cEntries, LPPALETTEENTRY lppe) const
UINT             3566 third_party/wtl/include/atlgdi.h 	UINT GetEnhMetaFilePixelFormat(DWORD cbBuffer, PIXELFORMATDESCRIPTOR* ppfd) const
UINT              825 third_party/wtl/include/atlmisc.h 			UINT nID = LOWORD((DWORD_PTR)lpsz);
UINT             1658 third_party/wtl/include/atlmisc.h 	BOOL __cdecl Format(UINT nFormatID, ...)
UINT             2007 third_party/wtl/include/atlmisc.h 	BOOL __cdecl FormatMessage(UINT nFormatID, ...)
UINT             2033 third_party/wtl/include/atlmisc.h 	BOOL LoadString(UINT nID)   // load from string resource (255 chars max.)
UINT             2418 third_party/wtl/include/atlmisc.h 	static int __stdcall _LoadString(UINT nID, LPTSTR lpszBuf, UINT nMaxBuf)
UINT             3758 third_party/wtl/include/atlmisc.h inline HBITMAP AtlLoadBitmapImage(ATL::_U_STRINGorID bitmap, UINT fuLoad = LR_DEFAULTCOLOR)
UINT             3763 third_party/wtl/include/atlmisc.h inline HCURSOR AtlLoadCursorImage(ATL::_U_STRINGorID cursor, UINT fuLoad = LR_DEFAULTCOLOR | LR_DEFAULTSIZE, int cxDesired = 0, int cyDesired = 0)
UINT             3768 third_party/wtl/include/atlmisc.h inline HICON AtlLoadIconImage(ATL::_U_STRINGorID icon, UINT fuLoad = LR_DEFAULTCOLOR | LR_DEFAULTSIZE, int cxDesired = 0, int cyDesired = 0)
UINT             3774 third_party/wtl/include/atlmisc.h inline HBITMAP AtlLoadSysBitmapImage(WORD wBitmapID, UINT fuLoad = LR_DEFAULTCOLOR)
UINT             3782 third_party/wtl/include/atlmisc.h inline HCURSOR AtlLoadSysCursorImage(ATL::_U_STRINGorID cursor, UINT fuLoad = LR_DEFAULTCOLOR | LR_DEFAULTSIZE, int cxDesired = 0, int cyDesired = 0)
UINT             3792 third_party/wtl/include/atlmisc.h inline HICON AtlLoadSysIconImage(ATL::_U_STRINGorID icon, UINT fuLoad = LR_DEFAULTCOLOR | LR_DEFAULTSIZE, int cxDesired = 0, int cyDesired = 0)
UINT             3803 third_party/wtl/include/atlmisc.h inline int AtlLoadString(UINT uID, LPTSTR lpBuffer, int nBufferMax)
UINT             3810 third_party/wtl/include/atlmisc.h inline LPCTSTR AtlLoadString(UINT uID)
UINT             3822 third_party/wtl/include/atlmisc.h inline bool AtlLoadString(UINT uID, BSTR& bstrText)
UINT              521 third_party/wtl/include/atlprint.h 	virtual void PrePrintPage(UINT nPage, HDC hDC) = 0;
UINT              522 third_party/wtl/include/atlprint.h 	virtual bool PrintPage(UINT nPage, HDC hDC) = 0;
UINT              523 third_party/wtl/include/atlprint.h 	virtual void PostPrintPage(UINT nPage, HDC hDC) = 0;
UINT              530 third_party/wtl/include/atlprint.h 	virtual DEVMODE* GetNewDevModeForPage(UINT nLastPage, UINT nPage) = 0;
UINT              531 third_party/wtl/include/atlprint.h 	virtual bool IsValidPage(UINT nPage) = 0;
UINT              547 third_party/wtl/include/atlprint.h 	virtual void PrePrintPage(UINT /*nPage*/, HDC hDC)
UINT              552 third_party/wtl/include/atlprint.h 	virtual bool PrintPage(UINT /*nPage*/, HDC /*hDC*/) = 0;
UINT              554 third_party/wtl/include/atlprint.h 	virtual void PostPrintPage(UINT /*nPage*/, HDC hDC)
UINT              559 third_party/wtl/include/atlprint.h 	virtual DEVMODE* GetNewDevModeForPage(UINT /*nLastPage*/, UINT /*nPage*/)
UINT              564 third_party/wtl/include/atlprint.h 	virtual bool IsValidPage(UINT /*nPage*/)
UINT              634 third_party/wtl/include/atlprint.h 		HANDLE hThread = (HANDLE)_beginthreadex(NULL, 0, (UINT (WINAPI*)(void*))StartProc, this, 0, (UINT*)&dwThreadID);
UINT              873 third_party/wtl/include/atlprint.h 	LRESULT OnEraseBkgnd(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              878 third_party/wtl/include/atlprint.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              993 third_party/wtl/include/atlprint.h 	LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1015 third_party/wtl/include/atlprint.h 	LRESULT OnEraseBkgnd(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1020 third_party/wtl/include/atlprint.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT               85 third_party/wtl/include/atlscrl.h 	UINT m_uMsgMouseWheel;     // MSH_MOUSEWHEEL
UINT               89 third_party/wtl/include/atlscrl.h 	UINT m_uScrollFlags;
UINT              473 third_party/wtl/include/atlscrl.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              480 third_party/wtl/include/atlscrl.h 	LRESULT OnVScroll(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              488 third_party/wtl/include/atlscrl.h 	LRESULT OnHScroll(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              496 third_party/wtl/include/atlscrl.h 	LRESULT OnMouseWheel(UINT uMsg, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              531 third_party/wtl/include/atlscrl.h 	LRESULT OnMouseHWheel(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              553 third_party/wtl/include/atlscrl.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              559 third_party/wtl/include/atlscrl.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT              606 third_party/wtl/include/atlscrl.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              850 third_party/wtl/include/atlscrl.h 		const UINT SPI_GETWHEELSCROLLLINES = 104;
UINT              855 third_party/wtl/include/atlscrl.h 		const UINT SPI_GETWHEELSCROLLCHARS = 0x006C;
UINT              866 third_party/wtl/include/atlscrl.h 			UINT uMsgScrollLines = ::RegisterWindowMessage(MSH_SCROLL_LINES);
UINT             1133 third_party/wtl/include/atlscrl.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1675 third_party/wtl/include/atlscrl.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1710 third_party/wtl/include/atlscrl.h 	LRESULT OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             1727 third_party/wtl/include/atlscrl.h 	LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             1745 third_party/wtl/include/atlscrl.h 	LRESULT OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT             1758 third_party/wtl/include/atlscrl.h 	LRESULT OnCaptureChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1773 third_party/wtl/include/atlscrl.h 	LRESULT OnSetCursor(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1910 third_party/wtl/include/atlscrl.h 	LRESULT OnSetFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1918 third_party/wtl/include/atlscrl.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1923 third_party/wtl/include/atlscrl.h 	LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT              433 third_party/wtl/include/atlsplit.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              440 third_party/wtl/include/atlsplit.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              452 third_party/wtl/include/atlsplit.h 	LRESULT OnSetCursor(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT              468 third_party/wtl/include/atlsplit.h 	LRESULT OnMouseMove(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT              509 third_party/wtl/include/atlsplit.h 	LRESULT OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
UINT              529 third_party/wtl/include/atlsplit.h 	LRESULT OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              536 third_party/wtl/include/atlsplit.h 	LRESULT OnLButtonDoubleClick(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              543 third_party/wtl/include/atlsplit.h 	LRESULT OnCaptureChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              555 third_party/wtl/include/atlsplit.h 	LRESULT OnSetFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM, BOOL& bHandled)
UINT              571 third_party/wtl/include/atlsplit.h 	LRESULT OnMouseActivate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT              594 third_party/wtl/include/atlsplit.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              857 third_party/wtl/include/atlsplit.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              863 third_party/wtl/include/atlsplit.h 	LRESULT OnSize(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT              256 third_party/wtl/include/atltheme.h 	HRESULT DrawThemeEdge(HDC hDC, int nPartID, int nStateID, LPCRECT pDestRect, UINT uEdge, UINT uFlags, LPRECT pContentRect = NULL)
UINT              732 third_party/wtl/include/atltheme.h 	LRESULT OnCreate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              740 third_party/wtl/include/atltheme.h 	LRESULT OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              747 third_party/wtl/include/atltheme.h 	LRESULT OnThemeChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              756 third_party/wtl/include/atltheme.h 	LRESULT OnNcPaint(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT              945 third_party/wtl/include/atltheme.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT              950 third_party/wtl/include/atltheme.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1115 third_party/wtl/include/atltheme.h 	LRESULT OnEraseBackground(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1120 third_party/wtl/include/atltheme.h 	LRESULT OnPaint(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT               43 third_party/wtl/include/atluser.h inline int AtlMessageBox(HWND hWndOwner, ATL::_U_STRINGorID message, ATL::_U_STRINGorID title = (LPCTSTR)NULL, UINT uType = MB_OK | MB_ICONINFORMATION)
UINT              228 third_party/wtl/include/atluser.h 	BOOL DeleteMenu(UINT nPosition, UINT nFlags)
UINT              234 third_party/wtl/include/atluser.h 	BOOL TrackPopupMenu(UINT nFlags, int x, int y, HWND hWnd, LPCRECT lpRect = NULL)
UINT              248 third_party/wtl/include/atluser.h 	BOOL TrackPopupMenuEx(UINT uFlags, int x, int y, HWND hWnd, LPTPMPARAMS lptpm = NULL)
UINT              297 third_party/wtl/include/atluser.h 	BOOL AppendMenu(UINT nFlags, UINT_PTR nIDNewItem = 0, LPCTSTR lpszNewItem = NULL)
UINT              303 third_party/wtl/include/atluser.h 	BOOL AppendMenu(UINT nFlags, HMENU hSubMenu, LPCTSTR lpszNewItem)
UINT              311 third_party/wtl/include/atluser.h 	BOOL AppendMenu(UINT nFlags, UINT_PTR nIDNewItem, HBITMAP hBmp)
UINT              317 third_party/wtl/include/atluser.h 	BOOL AppendMenu(UINT nFlags, HMENU hSubMenu, HBITMAP hBmp)
UINT              325 third_party/wtl/include/atluser.h 	UINT CheckMenuItem(UINT nIDCheckItem, UINT nCheck)
UINT              328 third_party/wtl/include/atluser.h 		return (UINT)::CheckMenuItem(m_hMenu, nIDCheckItem, nCheck);
UINT              331 third_party/wtl/include/atluser.h 	UINT EnableMenuItem(UINT nIDEnableItem, UINT nEnable)
UINT              338 third_party/wtl/include/atluser.h 	BOOL HiliteMenuItem(HWND hWnd, UINT uIDHiliteItem, UINT uHilite)
UINT              350 third_party/wtl/include/atluser.h 	UINT GetMenuItemID(int nPos) const
UINT              356 third_party/wtl/include/atluser.h 	UINT GetMenuState(UINT nID, UINT nFlags) const
UINT              362 third_party/wtl/include/atluser.h 	int GetMenuString(UINT nIDItem, LPTSTR lpString, int nMaxCount, UINT nFlags) const
UINT              368 third_party/wtl/include/atluser.h 	int GetMenuStringLen(UINT nIDItem, UINT nFlags) const
UINT              375 third_party/wtl/include/atluser.h 	BOOL GetMenuString(UINT nIDItem, BSTR& bstrText, UINT nFlags) const
UINT              404 third_party/wtl/include/atluser.h 	int GetMenuString(UINT nIDItem, _CSTRING_NS::CString& strText, UINT nFlags) const
UINT              428 third_party/wtl/include/atluser.h 	BOOL InsertMenu(UINT nPosition, UINT nFlags, UINT_PTR nIDNewItem = 0, LPCTSTR lpszNewItem = NULL)
UINT              434 third_party/wtl/include/atluser.h 	BOOL InsertMenu(UINT nPosition, UINT nFlags, HMENU hSubMenu, LPCTSTR lpszNewItem)
UINT              442 third_party/wtl/include/atluser.h 	BOOL InsertMenu(UINT nPosition, UINT nFlags, UINT_PTR nIDNewItem, HBITMAP hBmp)
UINT              448 third_party/wtl/include/atluser.h 	BOOL InsertMenu(UINT nPosition, UINT nFlags, HMENU hSubMenu, HBITMAP hBmp)
UINT              455 third_party/wtl/include/atluser.h 	BOOL ModifyMenu(UINT nPosition, UINT nFlags, UINT_PTR nIDNewItem = 0, LPCTSTR lpszNewItem = NULL)
UINT              461 third_party/wtl/include/atluser.h 	BOOL ModifyMenu(UINT nPosition, UINT nFlags, HMENU hSubMenu, LPCTSTR lpszNewItem)
UINT              468 third_party/wtl/include/atluser.h 	BOOL ModifyMenu(UINT nPosition, UINT nFlags, UINT_PTR nIDNewItem, HBITMAP hBmp)
UINT              474 third_party/wtl/include/atluser.h 	BOOL ModifyMenu(UINT nPosition, UINT nFlags, HMENU hSubMenu, HBITMAP hBmp)
UINT              482 third_party/wtl/include/atluser.h 	BOOL RemoveMenu(UINT nPosition, UINT nFlags)
UINT              489 third_party/wtl/include/atluser.h 	BOOL SetMenuItemBitmaps(UINT nPosition, UINT nFlags, HBITMAP hBmpUnchecked, HBITMAP hBmpChecked)
UINT              496 third_party/wtl/include/atluser.h 	BOOL CheckMenuRadioItem(UINT nIDFirst, UINT nIDLast, UINT nIDItem, UINT nFlags)
UINT              502 third_party/wtl/include/atluser.h 	BOOL GetMenuItemInfo(UINT uItem, BOOL bByPosition, LPMENUITEMINFO lpmii) const
UINT              508 third_party/wtl/include/atluser.h 	BOOL SetMenuItemInfo(UINT uItem, BOOL bByPosition, LPMENUITEMINFO lpmii)
UINT              515 third_party/wtl/include/atluser.h 	BOOL InsertMenuItem(UINT uItem, BOOL bByPosition, LPMENUITEMINFO lpmii)
UINT              521 third_party/wtl/include/atluser.h 	UINT GetMenuDefaultItem(BOOL bByPosition = FALSE, UINT uFlags = 0U) const
UINT              524 third_party/wtl/include/atluser.h 		return ::GetMenuDefaultItem(m_hMenu, (UINT)bByPosition, uFlags);
UINT              527 third_party/wtl/include/atluser.h 	BOOL SetMenuDefaultItem(UINT uItem = (UINT)-1,  BOOL bByPosition = FALSE)
UINT              530 third_party/wtl/include/atluser.h 		return ::SetMenuDefaultItem(m_hMenu, uItem, (UINT)bByPosition);
UINT              533 third_party/wtl/include/atluser.h 	BOOL GetMenuItemRect(HWND hWnd, UINT uItem, LPRECT lprcItem) const
UINT              709 third_party/wtl/include/atluser.h 	HICON LoadIcon(ATL::_U_STRINGorID icon, int cxDesired, int cyDesired, UINT fuLoad = 0)
UINT              742 third_party/wtl/include/atluser.h 	HICON CreateIconFromResourceEx(PBYTE pbBits, DWORD cbBits, DWORD dwVersion = 0x00030000, int cxDesired = 0, int cyDesired = 0, UINT uFlags = LR_DEFAULTCOLOR)
UINT              761 third_party/wtl/include/atluser.h 	HICON ExtractIcon(LPCTSTR lpszExeFileName, UINT nIconIndex)
UINT              823 third_party/wtl/include/atluser.h 	BOOL DrawIconEx(HDC hDC, int x, int y, int cxWidth, int cyWidth, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL)
UINT              829 third_party/wtl/include/atluser.h 	BOOL DrawIconEx(HDC hDC, POINT pt, SIZE size, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL)
UINT              987 third_party/wtl/include/atluser.h 	HCURSOR LoadCursor(ATL::_U_STRINGorID cursor, int cxDesired, int cyDesired, UINT fuLoad = 0)
UINT             1022 third_party/wtl/include/atluser.h 	HCURSOR CreateCursorFromResourceEx(PBYTE pbBits, DWORD cbBits, DWORD dwVersion = 0x00030000, int cxDesired = 0, int cyDesired = 0, UINT uFlags = LR_DEFAULTCOLOR)
UINT              176 third_party/wtl/include/atlwince.h inline HWND AtlCreateMenuBar(HWND hWnd, UINT nToolBarId = ATL_IDW_TOOLBAR, DWORD dwFlags = 0, int nBmpId = 0, int cBmpImages = 0, COLORREF clrBk = 0)
UINT              232 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags, bool t_bModal = true>
UINT              348 third_party/wtl/include/atlwince.h 	LRESULT OnPaintTitle(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              355 third_party/wtl/include/atlwince.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT              368 third_party/wtl/include/atlwince.h 	LRESULT OnHotKey(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT              371 third_party/wtl/include/atlwince.h 		const UINT uModif = (UINT)LOWORD(lParam);
UINT              372 third_party/wtl/include/atlwince.h 		const UINT uVirtKey = (UINT)HIWORD(lParam);
UINT              427 third_party/wtl/include/atlwince.h 	HWND CreateMenuBar(UINT uiMB = T::IDD, int nBmpImages = 0)
UINT              452 third_party/wtl/include/atlwince.h 	LRESULT OnColorStatic(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT              483 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_STD_SHIDIF, bool t_bModal = true, class TBase = ATL::CDialogImpl< T > >
UINT              514 third_party/wtl/include/atlwince.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              529 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_STD_SHIDIF, bool t_bModal = true >
UINT              538 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_STD_SHIDIF, bool t_bModal = true>
UINT              613 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_STD_SHIDIF, bool t_bModal = true >
UINT              621 third_party/wtl/include/atlwince.h template <WORD t_wDlgTemplateID, UINT t_shidiFlags = WTL_STD_SHIDIF>
UINT              654 third_party/wtl/include/atlwince.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              665 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_STD_SHIDIF, bool t_bModal = true, class TBase = ATL::CDialogImpl<T> >
UINT              686 third_party/wtl/include/atlwince.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              702 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_STD_SHIDIF, bool t_bModal = true >
UINT              711 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_STD_SHIDIF, bool t_bModal = true >
UINT              729 third_party/wtl/include/atlwince.h template <class T, WORD t_wDlgTemplateID, UINT t_shidiFlags = WTL_STD_SHIDIF>
UINT              750 third_party/wtl/include/atlwince.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              777 third_party/wtl/include/atlwince.h 		UINT iResource = (mode == DRA::Landscape)? T::IDD_LANDSCAPE : T::IDD;
UINT              789 third_party/wtl/include/atlwince.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT              811 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_STD_SHIDIF, bool t_bModal = true, class TBase = ATL::CDialogImpl<T> >
UINT              826 third_party/wtl/include/atlwince.h 	LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT              843 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_STD_SHIDIF, bool t_bModal = true >
UINT              851 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_STD_SHIDIF, bool t_bModal = true >
UINT              859 third_party/wtl/include/atlwince.h template <WORD t_wDlgTemplateID, WORD t_wDlgLandscapeID, UINT t_shidiFlags = WTL_STD_SHIDIF>
UINT              879 third_party/wtl/include/atlwince.h 		LRESULT OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1169 third_party/wtl/include/atlwince.h 	LRESULT OnActivate(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1185 third_party/wtl/include/atlwince.h 	LRESULT OnHotKey(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1188 third_party/wtl/include/atlwince.h 		const UINT uModif = (UINT)LOWORD(lParam);
UINT             1189 third_party/wtl/include/atlwince.h 		const UINT uVirtKey = (UINT)HIWORD(lParam);
UINT             1200 third_party/wtl/include/atlwince.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT             1208 third_party/wtl/include/atlwince.h 	LRESULT OnHibernate(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1214 third_party/wtl/include/atlwince.h 	LRESULT OnNewInstance(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
UINT             1221 third_party/wtl/include/atlwince.h 	LRESULT OnClose(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1328 third_party/wtl/include/atlwince.h template <class T, class TImplBase, UINT t_shidiFlags = WTL_APP_SHIDIF, bool t_bModal = false>
UINT             1356 third_party/wtl/include/atlwince.h 	LRESULT OnSystemClose(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
UINT             1367 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_APP_SHIDIF, bool t_bModal = false>
UINT             1375 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_APP_SHIDIF, bool t_bModal = false>
UINT             1384 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_APP_SHIDIF, bool t_bModal = false>
UINT             1392 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_APP_SHIDIF, bool t_bModal = false>
UINT             1402 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_APP_SHIDIF, bool t_bModal = false>
UINT             1411 third_party/wtl/include/atlwince.h template <class T, UINT t_shidiFlags = WTL_APP_SHIDIF, bool t_bModal = false>
UINT             1484 third_party/wtl/include/atlwince.h 		UINT uShow = t_bHasSip ? SHFS_SHOWTASKBAR | SHFS_SHOWSIPBUTTON : SHFS_SHOWTASKBAR | SHFS_HIDESIPBUTTON;		
UINT             1503 third_party/wtl/include/atlwince.h 	LRESULT OnSettingChange(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1513 third_party/wtl/include/atlwince.h 	LRESULT OnActivate(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             1730 third_party/wtl/include/atlwince.h 	LRESULT OnEraseBkgnd(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
UINT             2008 third_party/wtl/include/atlwince.h 	void Navigate(LPCTSTR pstrURL, UINT uFlags = 0)
UINT             2088 third_party/wtl/include/atlwince.h 	BOOL CanPaste(UINT uFormat = 0) const
UINT             2118 third_party/wtl/include/atlwince.h 	UINT GetPageStyle() const
UINT             2121 third_party/wtl/include/atlwince.h 		return (UINT)::SendMessage(m_hWnd, EM_GETPAGESTYLE, 0, 0L);
UINT             2124 third_party/wtl/include/atlwince.h 	UINT GetPenMode() const
UINT             2127 third_party/wtl/include/atlwince.h 		return (UINT)::SendMessage(m_hWnd, EM_GETPENMODE, 0, 0L);
UINT             2130 third_party/wtl/include/atlwince.h 	UINT GetViewStyle() const
UINT             2133 third_party/wtl/include/atlwince.h 		return (UINT)::SendMessage(m_hWnd, EM_GETVIEW, 0, 0L);
UINT             2136 third_party/wtl/include/atlwince.h 	UINT GetWrapMode() const
UINT             2139 third_party/wtl/include/atlwince.h 		return (UINT)::SendMessage(m_hWnd, EM_GETWRAPMODE, 0, 0L);
UINT             2142 third_party/wtl/include/atlwince.h 	UINT GetZoomPercent() const
UINT             2145 third_party/wtl/include/atlwince.h 		return (UINT)::SendMessage(m_hWnd, EM_GETZOOMPERCENT, 0, 0L);
UINT             2162 third_party/wtl/include/atlwince.h 	UINT SetInkLayer(UINT uLayer)
UINT             2165 third_party/wtl/include/atlwince.h 		return (UINT)::SendMessage(m_hWnd, EM_SETINKLAYER, (WPARAM)uLayer, 0L);
UINT             2168 third_party/wtl/include/atlwince.h 	void SetPageStyle(UINT uStyle)
UINT             2174 third_party/wtl/include/atlwince.h 	void SetPenMode(UINT uMode)
UINT             2180 third_party/wtl/include/atlwince.h 	void SetViewStyle(UINT uStyle)
UINT             2193 third_party/wtl/include/atlwince.h 	void SetWrapMode(UINT uMode)
UINT             2199 third_party/wtl/include/atlwince.h 	void SetZoomPercent(UINT uPercent)
UINT             2205 third_party/wtl/include/atlwince.h 	LONG StreamIn(UINT uFormat, EDITSTREAM& es)
UINT             2211 third_party/wtl/include/atlwince.h 	LONG StreamOut(UINT uFormat, EDITSTREAM& es)
UINT             2315 third_party/wtl/include/atlwince.h 	static UINT GetHotRecordingMessage()
UINT             2417 third_party/wtl/include/atlwince.h 	HWND Create(HWND hWndParent, const POINT pt, LPTSTR pstrFileName, UINT nID, DWORD dwStyle = 0)
UINT             2657 third_party/wtl/include/atlwince.h 	BOOL SetItemState(int iIndex, UINT uState, UINT uMask)
UINT               66 third_party/wtl/include/atlwinx.h inline LRESULT WtlReflectNotificationsFiltered(HWND hWndParent, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled,
UINT               67 third_party/wtl/include/atlwinx.h                                                UINT uMsgFilter = WM_NULL, UINT_PTR idFromFilter = 0, HWND hWndChildFilter = NULL)
UINT              451 third_party/wtl/include/atlwinx.h 	_U_MENUorID(UINT nID) : m_hMenu((HMENU)LongToHandle(nID))
UINT              461 third_party/wtl/include/atlwinx.h 	_U_STRINGorID(UINT nID) : m_lpstr(MAKEINTRESOURCE(nID))
UINT              488 third_party/wtl/include/atlwinx.h static LRESULT Atl3ForwardNotifications(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
UINT               35 tools/memory_watcher/dllmain.cc   MemoryWatcherDumpKey(UINT modifiers, UINT vkey)
UINT               38 tools/memory_watcher/dllmain.cc   virtual void OnHotKey(UINT, WPARAM, LPARAM) {
UINT               16 tools/memory_watcher/hotkey.h   HotKeyHandler(UINT modifiers, UINT vk)
UINT               42 tools/memory_watcher/hotkey.h   virtual void OnHotKey(UINT /*uMsg*/,
UINT               46 tools/memory_watcher/hotkey.h   UINT modifiers_;
UINT               47 tools/memory_watcher/hotkey.h   UINT vkey_;
UINT               60 tools/memory_watcher/memory_hook.cc typedef HGLOBAL (WINAPI *Type_GlobalAlloc)(UINT uFlags, SIZE_T dwBytes);
UINT               62 tools/memory_watcher/memory_hook.cc                                              UINT uFlags);
UINT               66 tools/memory_watcher/memory_hook.cc typedef HLOCAL (WINAPI *Type_LocalAlloc)(UINT uFlags, SIZE_T uBytes);
UINT               68 tools/memory_watcher/memory_hook.cc                                            UINT uFlags);
UINT              345 tools/memory_watcher/memory_hook.cc static HGLOBAL WINAPI Perftools_GlobalAlloc(UINT uFlags, SIZE_T dwBytes) {
UINT              360 tools/memory_watcher/memory_hook.cc                                               UINT uFlags) {
UINT              380 tools/memory_watcher/memory_hook.cc static HLOCAL WINAPI Perftools_LocalAlloc(UINT uFlags, SIZE_T dwBytes) {
UINT              395 tools/memory_watcher/memory_hook.cc                                             UINT uFlags) {
UINT              499 ui/aura/test/event_generator.cc   UINT key_press = WM_KEYDOWN;
UINT              237 ui/aura/window_tree_host_win.cc LRESULT WindowTreeHostWin::OnKeyEvent(UINT message,
UINT              247 ui/aura/window_tree_host_win.cc LRESULT WindowTreeHostWin::OnMouseRange(UINT message,
UINT              262 ui/aura/window_tree_host_win.cc LRESULT WindowTreeHostWin::OnCaptureChanged(UINT message,
UINT              272 ui/aura/window_tree_host_win.cc LRESULT WindowTreeHostWin::OnNCActivate(UINT message,
UINT              293 ui/aura/window_tree_host_win.cc void WindowTreeHostWin::OnSize(UINT param, const gfx::Size& size) {
UINT               74 ui/aura/window_tree_host_win.h   LRESULT OnKeyEvent(UINT message, WPARAM w_param, LPARAM l_param);
UINT               75 ui/aura/window_tree_host_win.h   LRESULT OnMouseRange(UINT message, WPARAM w_param, LPARAM l_param);
UINT               76 ui/aura/window_tree_host_win.h   LRESULT OnCaptureChanged(UINT message, WPARAM w_param, LPARAM l_param);
UINT               77 ui/aura/window_tree_host_win.h   LRESULT OnNCActivate(UINT message, WPARAM w_param, LPARAM l_param);
UINT               80 ui/aura/window_tree_host_win.h   void OnSize(UINT param, const gfx::Size& size);
UINT              121 ui/base/clipboard/clipboard.h     explicit FormatType(UINT native_format);
UINT              122 ui/base/clipboard/clipboard.h     FormatType(UINT native_format, LONG index);
UINT              123 ui/base/clipboard/clipboard.h     UINT ToUINT() const { return data_.cfFormat; }
UINT               98 ui/base/clipboard/clipboard_win.cc bool ClipboardOwnerWndProc(UINT message,
UINT              166 ui/base/clipboard/clipboard_win.cc Clipboard::FormatType::FormatType(UINT native_format) : data_() {
UINT              175 ui/base/clipboard/clipboard_win.cc Clipboard::FormatType::FormatType(UINT native_format, LONG index) : data_() {
UINT             1010 ui/base/dragdrop/os_exchange_data_provider_win.cc   const size_t kPIDLCountSize = sizeof(UINT);
UINT             1011 ui/base/dragdrop/os_exchange_data_provider_win.cc   const size_t kPIDLOffsetsSize = 2 * sizeof(UINT);
UINT              221 ui/base/ime/input_method_win.cc                                UINT message,
UINT              254 ui/base/ime/input_method_win.cc                                         UINT message,
UINT              267 ui/base/ime/input_method_win.cc                                               UINT message,
UINT              284 ui/base/ime/input_method_win.cc                                          UINT message,
UINT              317 ui/base/ime/input_method_win.cc                                             UINT message,
UINT              334 ui/base/ime/input_method_win.cc LRESULT InputMethodWin::OnImeNotify(UINT message,
UINT              365 ui/base/ime/input_method_win.cc LRESULT InputMethodWin::OnImeRequest(UINT message,
UINT               52 ui/base/ime/input_method_win.h                  UINT message,
UINT               58 ui/base/ime/input_method_win.h                           UINT message,
UINT               63 ui/base/ime/input_method_win.h                                 UINT message,
UINT               68 ui/base/ime/input_method_win.h                            UINT message,
UINT               73 ui/base/ime/input_method_win.h                               UINT message,
UINT               77 ui/base/ime/input_method_win.h   LRESULT OnImeNotify(UINT message,
UINT               85 ui/base/ime/input_method_win.h   LRESULT OnImeRequest(UINT message,
UINT              179 ui/base/ime/win/imm32_manager.cc LRESULT IMM32Manager::SetImeWindowStyle(HWND window_handle, UINT message,
UINT              118 ui/base/ime/win/imm32_manager.h   LRESULT SetImeWindowStyle(HWND window_handle, UINT message,
UINT               65 ui/base/ime/win/tsf_input_scope.cc   STDMETHOD(GetInputScopes)(InputScope** input_scopes, UINT* count) OVERRIDE {
UINT               81 ui/base/ime/win/tsf_input_scope.cc   STDMETHOD(GetPhrase)(BSTR** phrases, UINT* count) OVERRIDE {
UINT              109 ui/base/ime/win/tsf_input_scope.cc                                              UINT num_input_scopes,
UINT              111 ui/base/ime/win/tsf_input_scope.cc                                              UINT, /* unused */
UINT              204 ui/base/test/ui_controls_internal_win.cc   UINT i = 0;
UINT              298 ui/base/test/ui_controls_internal_win.cc   UINT last_event;
UINT               76 ui/base/win/foreground_helper.cc void ForegroundHelper::OnHotKey(int id, UINT vcode, UINT modifiers) {
UINT               38 ui/base/win/foreground_helper.h   void OnHotKey(int id, UINT vcode, UINT modifiers);
UINT               19 ui/base/win/hwnd_subclass.cc                          UINT message,
UINT               37 ui/base/win/hwnd_subclass.cc BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle, UINT count,
UINT               39 ui/base/win/hwnd_subclass.cc   typedef BOOL(WINAPI *GetTouchInputInfoPtr)(HTOUCHINPUT, UINT,
UINT              133 ui/base/win/hwnd_subclass.cc                                 UINT message,
UINT               33 ui/base/win/hwnd_subclass.h                              UINT message,
UINT               65 ui/base/win/hwnd_subclass.h   LRESULT OnWndProc(HWND hwnd, UINT message, WPARAM w_param, LPARAM l_param);
UINT               25 ui/base/win/hwnd_subclass_unittest.cc                                     UINT message,
UINT               54 ui/base/win/hwnd_subclass_unittest.cc                              UINT message,
UINT               19 ui/base/win/message_box_win.cc                UINT flags) {
UINT               23 ui/base/win/message_box_win.cc   UINT actual_flags = flags;
UINT               22 ui/base/win/message_box_win.h                               UINT flags);
UINT               10 ui/base/win/touch_input.cc                               UINT count,
UINT               13 ui/base/win/touch_input.cc   typedef BOOL(WINAPI *GetTouchInputInfoPtr)(HTOUCHINPUT, UINT,
UINT               17 ui/base/win/touch_input.h                                              UINT count,
UINT              143 ui/events/event_utils.h EVENTS_EXPORT bool IsMouseEventFromTouch(UINT message);
UINT              383 ui/events/win/events_win.cc bool IsMouseEventFromTouch(UINT message) {
UINT               32 ui/gfx/font_smoothing_win.cc                          UINT message,
UINT               89 ui/gfx/font_smoothing_win.cc                                             UINT message,
UINT              104 ui/gfx/font_smoothing_win.cc     UINT smooth_type = 0;
UINT               65 ui/gfx/sys_color_change_listener.cc                          UINT message,
UINT               94 ui/gfx/sys_color_change_listener.cc                                        UINT message,
UINT              221 ui/gfx/win/hwnd_util.cc   UINT flags = TPM_LEFTBUTTON | TPM_RIGHTBUTTON | TPM_RETURNCMD;
UINT               34 ui/gfx/win/msg_util.h                             UINT uMsg,                            \
UINT               46 ui/gfx/win/msg_util.h                              UINT uMsg,                           \
UINT              128 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                 \
UINT              139 ui/gfx/win/msg_util.h     func((UINT)LOWORD(wParam), (BOOL)HIWORD(wParam), (HWND)lParam); \
UINT              199 ui/gfx/win/msg_util.h     lResult = (LRESULT)func((UINT)wParam, (UINT)lParam); \
UINT              236 ui/gfx/win/msg_util.h     func((BOOL)wParam, (UINT)lParam); \
UINT              310 ui/gfx/win/msg_util.h     func((UINT)wParam, (LPCTSTR)lParam); \
UINT              371 ui/gfx/win/msg_util.h         (HWND)wParam, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam)); \
UINT              381 ui/gfx/win/msg_util.h         (HWND)wParam, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam)); \
UINT              420 ui/gfx/win/msg_util.h     func((UINT)wParam, (UINT)LOWORD(lParam)); \
UINT              430 ui/gfx/win/msg_util.h     func((UINT)wParam, (LPDRAWITEMSTRUCT)lParam); \
UINT              440 ui/gfx/win/msg_util.h     func((UINT)wParam, (LPMEASUREITEMSTRUCT)lParam); \
UINT              450 ui/gfx/win/msg_util.h     func((UINT)wParam, (LPDELETEITEMSTRUCT)lParam); \
UINT              461 ui/gfx/win/msg_util.h         (UINT)LOWORD(wParam), (UINT)HIWORD(wParam), (HWND)lParam); \
UINT              471 ui/gfx/win/msg_util.h         (UINT)LOWORD(wParam), (UINT)HIWORD(wParam), (HWND)lParam); \
UINT              489 ui/gfx/win/msg_util.h     lResult = (LRESULT)func((UINT)wParam, (LPCOMPAREITEMSTRUCT)lParam); \
UINT              498 ui/gfx/win/msg_util.h     func((UINT)wParam);            \
UINT              574 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              585 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              596 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              607 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              618 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              629 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              640 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              651 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              662 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              673 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              685 ui/gfx/win/msg_util.h          (UINT)lParam & 0xFFFF,                \
UINT              686 ui/gfx/win/msg_util.h          (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              697 ui/gfx/win/msg_util.h          (UINT)lParam & 0xFFFF,                \
UINT              698 ui/gfx/win/msg_util.h          (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              709 ui/gfx/win/msg_util.h          (UINT)lParam & 0xFFFF,                \
UINT              710 ui/gfx/win/msg_util.h          (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              721 ui/gfx/win/msg_util.h          (UINT)lParam & 0xFFFF,                \
UINT              722 ui/gfx/win/msg_util.h          (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              733 ui/gfx/win/msg_util.h          (UINT)lParam & 0xFFFF,                \
UINT              734 ui/gfx/win/msg_util.h          (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              745 ui/gfx/win/msg_util.h          (UINT)lParam & 0xFFFF,                \
UINT              746 ui/gfx/win/msg_util.h          (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              757 ui/gfx/win/msg_util.h          (UINT)lParam & 0xFFFF,                \
UINT              758 ui/gfx/win/msg_util.h          (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              769 ui/gfx/win/msg_util.h          (UINT)lParam & 0xFFFF,                \
UINT              770 ui/gfx/win/msg_util.h          (UINT)((lParam & 0xFFFF0000) >> 16)); \
UINT              780 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              791 ui/gfx/win/msg_util.h     func((UINT)wParam, (DWORD)lParam); \
UINT              841 ui/gfx/win/msg_util.h     func((HMENU)wParam, (UINT)LOWORD(lParam), (BOOL)HIWORD(lParam)); \
UINT              851 ui/gfx/win/msg_util.h     func((UINT)LOWORD(wParam), (UINT)HIWORD(wParam), (HMENU)lParam); \
UINT              862 ui/gfx/win/msg_util.h         func((TCHAR)LOWORD(wParam), (UINT)HIWORD(wParam), (HMENU)lParam); \
UINT              880 ui/gfx/win/msg_util.h     func((UINT)wParam, (HWND)lParam); \
UINT              890 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              902 ui/gfx/win/msg_util.h         (UINT)LOWORD(wParam),                                          \
UINT              913 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              924 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              935 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              946 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              957 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              968 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              979 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT              990 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT             1001 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                  \
UINT             1012 ui/gfx/win/msg_util.h     func((UINT)LOWORD(wParam), (UINT)HIWORD(wParam), lParam); \
UINT             1032 ui/gfx/win/msg_util.h     func((UINT)wParam);              \
UINT             1083 ui/gfx/win/msg_util.h     func((HWND)wParam, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam)); \
UINT             1135 ui/gfx/win/msg_util.h     func((HWND)wParam, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam)); \
UINT             1224 ui/gfx/win/msg_util.h     func((UINT)wParam, (LPSTYLESTRUCT)lParam); \
UINT             1234 ui/gfx/win/msg_util.h     func((UINT)wParam, (LPSTYLESTRUCT)lParam); \
UINT             1244 ui/gfx/win/msg_util.h     func((UINT)wParam, (LPRECT)lParam); \
UINT             1254 ui/gfx/win/msg_util.h     func((UINT)wParam, (LPRECT)lParam); \
UINT             1274 ui/gfx/win/msg_util.h     lResult = (LRESULT)func((UINT)wParam, (DWORD)lParam); \
UINT             1283 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             1293 ui/gfx/win/msg_util.h     func((UINT)wParam,                                                 \
UINT             1342 ui/gfx/win/msg_util.h     lResult = (LRESULT)func((UINT)wParam); \
UINT             1379 ui/gfx/win/msg_util.h     func((int)wParam, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam)); \
UINT             1447 ui/gfx/win/msg_util.h     func((HDC)wParam, (UINT)lParam); \
UINT             1457 ui/gfx/win/msg_util.h     func((HDC)wParam, (UINT)lParam); \
UINT             1488 ui/gfx/win/msg_util.h                             (UINT)HIBYTE(LOWORD(wParam))); \
UINT             1497 ui/gfx/win/msg_util.h     lResult = (LRESULT)func((UINT)wParam, (HICON)lParam); \
UINT             1593 ui/gfx/win/msg_util.h     func((UINT)HIWORD(lParam), (HMENU)wParam); \
UINT             1745 ui/gfx/win/msg_util.h          (UINT)lParam & 0xFFFF,                            \
UINT             1746 ui/gfx/win/msg_util.h          (UINT)((lParam & 0xFFFF0000) >> 16));             \
UINT             1804 ui/gfx/win/msg_util.h     func((UINT)wParam);       \
UINT             1827 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             1846 ui/gfx/win/msg_util.h     func((UINT)LOWORD(wParam), (UINT)HIWORD(wParam), lParam); \
UINT             1856 ui/gfx/win/msg_util.h     func((UINT)wParam, (LPDRAWITEMSTRUCT)lParam); \
UINT             1867 ui/gfx/win/msg_util.h     func((UINT)wParam, (LPMEASUREITEMSTRUCT)lParam); \
UINT             1878 ui/gfx/win/msg_util.h     lResult = (LRESULT)func((UINT)wParam, (LPCOMPAREITEMSTRUCT)lParam); \
UINT             1887 ui/gfx/win/msg_util.h     func((UINT)wParam, (LPDELETEITEMSTRUCT)lParam); \
UINT             1898 ui/gfx/win/msg_util.h         (UINT)LOWORD(wParam), (UINT)HIWORD(wParam), (HWND)lParam); \
UINT             1908 ui/gfx/win/msg_util.h         (UINT)LOWORD(wParam), (UINT)HIWORD(wParam), (HWND)lParam); \
UINT             2068 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam);            \
UINT             2078 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2088 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2127 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2138 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam);    \
UINT             2170 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam);             \
UINT             2181 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2192 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT             2232 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam);   \
UINT             2245 ui/gfx/win/msg_util.h     func((UINT)HIWORD(wParam), (int)LOWORD(wParam), (HWND)lParam); \
UINT               28 ui/gfx/win/singleton_hwnd.cc                                          UINT message,
UINT               30 ui/gfx/win/singleton_hwnd.h                            UINT message,
UINT               41 ui/gfx/win/singleton_hwnd.h                                     UINT message,
UINT               33 ui/gfx/win/window_impl.cc   UINT style;
UINT              226 ui/gfx/win/window_impl.cc LRESULT WindowImpl::OnWndProc(UINT message, WPARAM w_param, LPARAM l_param) {
UINT              248 ui/gfx/win/window_impl.cc                                      UINT message,
UINT               24 ui/gfx/win/window_impl.h                                     UINT message,
UINT               63 ui/gfx/win/window_impl.h   void set_initial_class_style(UINT class_style) {
UINT               68 ui/gfx/win/window_impl.h   UINT initial_class_style() const { return class_style_; }
UINT               72 ui/gfx/win/window_impl.h   virtual LRESULT OnWndProc(UINT message, WPARAM w_param, LPARAM l_param);
UINT               85 ui/gfx/win/window_impl.h                                   UINT message,
UINT              103 ui/gfx/win/window_impl.h   UINT class_style_;
UINT               38 ui/gl/gl_surface_wgl.cc                                         UINT message,
UINT              910 ui/native_theme/native_theme_win.cc   UINT pfc_state;
UINT             2054 ui/native_theme/native_theme_win.cc                                           UINT type,
UINT             2055 ui/native_theme/native_theme_win.cc                                           UINT state,
UINT              290 ui/native_theme/native_theme_win.h                             UINT type,
UINT              291 ui/native_theme/native_theme_win.h                             UINT state,
UINT              195 ui/shell_dialogs/select_file_dialog_win.cc UINT_PTR CALLBACK SaveAsDialogHook(HWND dialog, UINT message,
UINT              197 ui/shell_dialogs/select_file_dialog_win.cc   static const UINT kPrivateMessage = 0x2F3F;
UINT              512 ui/shell_dialogs/select_file_dialog_win.cc   static int CALLBACK BrowseCallbackProc(HWND window, UINT message,
UINT              718 ui/shell_dialogs/select_file_dialog_win.cc                                                       UINT message,
UINT               74 ui/snapshot/snapshot_win.cc   typedef BOOL (WINAPI *PrintWindowPointer)(HWND, HDC, UINT);
UINT              195 ui/views/controls/menu/native_menu_win.cc   void OnDrawItem(UINT w_param, DRAWITEMSTRUCT* draw_item_struct) {
UINT              224 ui/views/controls/menu/native_menu_win.cc       UINT format = DT_TOP | DT_SINGLELINE;
UINT              323 ui/views/controls/menu/native_menu_win.cc                             UINT message,
UINT              350 ui/views/controls/menu/native_menu_win.cc                                              UINT message,
UINT              421 ui/views/controls/menu/native_menu_win.cc   UINT flags = TPM_LEFTBUTTON | TPM_RIGHTBUTTON | TPM_RECURSE;
UINT              545 ui/views/controls/menu/native_menu_win.cc     UINT state = ::GetMenuState(menu, i, MF_BYPOSITION);
UINT              668 ui/views/controls/menu/native_menu_win.cc   UINT state = enabled ? MFS_ENABLED : MFS_DISABLED;
UINT              720 ui/views/controls/menu/native_menu_win.cc UINT NativeMenuWin::GetAlignmentFlags(int alignment) const {
UINT              721 ui/views/controls/menu/native_menu_win.cc   UINT alignment_flags = TPM_TOPALIGN;
UINT               89 ui/views/controls/menu/native_menu_win.h   UINT GetAlignmentFlags(int alignment) const;
UINT              888 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc bool DesktopWindowTreeHostWin::HandleIMEMessage(UINT message,
UINT              923 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc void DesktopWindowTreeHostWin::HandleTooltipMouseMove(UINT message,
UINT              939 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc bool DesktopWindowTreeHostWin::PreHandleMSG(UINT message,
UINT              946 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc void DesktopWindowTreeHostWin::PostHandleMSG(UINT message,
UINT              193 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h   virtual bool HandleIMEMessage(UINT message,
UINT              204 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h   virtual void HandleTooltipMouseMove(UINT message,
UINT              208 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h   virtual bool PreHandleMSG(UINT message,
UINT              212 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h   virtual void PostHandleMSG(UINT message,
UINT               28 ui/views/widget/monitor_win.cc HWND GetTopmostAutoHideTaskbarForEdge(UINT edge, HMONITOR monitor) {
UINT               28 ui/views/widget/monitor_win.h VIEWS_EXPORT HWND GetTopmostAutoHideTaskbarForEdge(UINT edge, HMONITOR monitor);
UINT              198 ui/views/win/hwnd_message_handler.cc void EnableMenuItemByCommand(HMENU menu, UINT command, bool enabled) {
UINT              199 ui/views/win/hwnd_message_handler.cc   UINT flags = MF_BYCOMMAND | (enabled ? MF_ENABLED : MF_DISABLED | MF_GRAYED);
UINT              804 ui/views/win/hwnd_message_handler.cc     UINT flags = SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER;
UINT              887 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnWndProc(UINT message,
UINT             1166 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::DefWindowProcWithRedrawLock(UINT message,
UINT             1284 ui/views/win/hwnd_message_handler.cc void HWNDMessageHandler::OnCommand(UINT notification_code,
UINT             1345 ui/views/win/hwnd_message_handler.cc void HWNDMessageHandler::OnDisplayChange(UINT bits_per_pixel,
UINT             1350 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnDwmCompositionChanged(UINT msg,
UINT             1434 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnGetObject(UINT message,
UINT             1453 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnImeMessages(UINT message,
UINT             1491 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnKeyEvent(UINT message,
UINT             1506 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnMouseActivate(UINT message,
UINT             1543 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnMouseRange(UINT message,
UINT             1554 ui/views/win/hwnd_message_handler.cc void HWNDMessageHandler::OnMoving(UINT param, const RECT* new_bounds) {
UINT             1558 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnNCActivate(UINT message,
UINT             1872 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnNCUAHDrawCaption(UINT message,
UINT             1881 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnNCUAHDrawFrame(UINT message,
UINT             1914 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnReflectedMessage(UINT message,
UINT             1921 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnScrollMessage(UINT message,
UINT             1940 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnSetCursor(UINT message,
UINT             1985 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnSetIcon(UINT size_type, HICON new_icon) {
UINT             1997 ui/views/win/hwnd_message_handler.cc void HWNDMessageHandler::OnSettingChange(UINT flags, const wchar_t* section) {
UINT             2012 ui/views/win/hwnd_message_handler.cc void HWNDMessageHandler::OnSize(UINT param, const gfx::Size& size) {
UINT             2032 ui/views/win/hwnd_message_handler.cc void HWNDMessageHandler::OnSysCommand(UINT notification_code,
UINT             2097 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::OnTouchEvent(UINT message,
UINT             2293 ui/views/win/hwnd_message_handler.cc LRESULT HWNDMessageHandler::HandleMouseEventInternal(UINT message,
UINT               76 ui/views/win/hwnd_message_handler.h                             UINT msg, \
UINT               88 ui/views/win/hwnd_message_handler.h                              UINT uMsg, \
UINT              209 ui/views/win/hwnd_message_handler.h   virtual LRESULT OnWndProc(UINT message,
UINT              279 ui/views/win/hwnd_message_handler.h   LRESULT DefWindowProcWithRedrawLock(UINT message,
UINT              402 ui/views/win/hwnd_message_handler.h   void OnCommand(UINT notification_code, int command, HWND window);
UINT              405 ui/views/win/hwnd_message_handler.h   void OnDisplayChange(UINT bits_per_pixel, const gfx::Size& screen_size);
UINT              406 ui/views/win/hwnd_message_handler.h   LRESULT OnDwmCompositionChanged(UINT msg, WPARAM w_param, LPARAM l_param);
UINT              413 ui/views/win/hwnd_message_handler.h   LRESULT OnGetObject(UINT message, WPARAM w_param, LPARAM l_param);
UINT              414 ui/views/win/hwnd_message_handler.h   LRESULT OnImeMessages(UINT message, WPARAM w_param, LPARAM l_param);
UINT              417 ui/views/win/hwnd_message_handler.h   LRESULT OnKeyEvent(UINT message, WPARAM w_param, LPARAM l_param);
UINT              419 ui/views/win/hwnd_message_handler.h   LRESULT OnMouseActivate(UINT message, WPARAM w_param, LPARAM l_param);
UINT              420 ui/views/win/hwnd_message_handler.h   LRESULT OnMouseRange(UINT message, WPARAM w_param, LPARAM l_param);
UINT              422 ui/views/win/hwnd_message_handler.h   void OnMoving(UINT param, const RECT* new_bounds);
UINT              423 ui/views/win/hwnd_message_handler.h   LRESULT OnNCActivate(UINT message, WPARAM w_param, LPARAM l_param);
UINT              427 ui/views/win/hwnd_message_handler.h   LRESULT OnNCUAHDrawCaption(UINT message, WPARAM w_param, LPARAM l_param);
UINT              428 ui/views/win/hwnd_message_handler.h   LRESULT OnNCUAHDrawFrame(UINT message, WPARAM w_param, LPARAM l_param);
UINT              431 ui/views/win/hwnd_message_handler.h   LRESULT OnReflectedMessage(UINT message, WPARAM w_param, LPARAM l_param);
UINT              432 ui/views/win/hwnd_message_handler.h   LRESULT OnScrollMessage(UINT message, WPARAM w_param, LPARAM l_param);
UINT              434 ui/views/win/hwnd_message_handler.h   LRESULT OnSetCursor(UINT message, WPARAM w_param, LPARAM l_param);
UINT              436 ui/views/win/hwnd_message_handler.h   LRESULT OnSetIcon(UINT size_type, HICON new_icon);
UINT              438 ui/views/win/hwnd_message_handler.h   void OnSettingChange(UINT flags, const wchar_t* section);
UINT              439 ui/views/win/hwnd_message_handler.h   void OnSize(UINT param, const gfx::Size& size);
UINT              440 ui/views/win/hwnd_message_handler.h   void OnSysCommand(UINT notification_code, const gfx::Point& point);
UINT              442 ui/views/win/hwnd_message_handler.h   LRESULT OnTouchEvent(UINT message, WPARAM w_param, LPARAM l_param);
UINT              460 ui/views/win/hwnd_message_handler.h   LRESULT HandleMouseEventInternal(UINT message,
UINT              193 ui/views/win/hwnd_message_handler_delegate.h   virtual bool HandleIMEMessage(UINT message,
UINT              215 ui/views/win/hwnd_message_handler_delegate.h   virtual void HandleTooltipMouseMove(UINT message,
UINT              228 ui/views/win/hwnd_message_handler_delegate.h   virtual bool PreHandleMSG(UINT message,
UINT              235 ui/views/win/hwnd_message_handler_delegate.h   virtual void PostHandleMSG(UINT message,
UINT              182 win8/metro_driver/chrome_app_view.cc                                   UINT message,
UINT              955 win8/metro_driver/chrome_app_view.cc     HWND window, UINT message, WPARAM wp, LPARAM lp) {
UINT              957 win8/metro_driver/chrome_app_view.cc   static const UINT kBrowserClosingMessage =
UINT             1056 win8/metro_driver/chrome_app_view.cc   static const UINT get_current_tab_info =
UINT               45 win8/metro_driver/chrome_app_view.h   static LRESULT CALLBACK CoreWindowProc(HWND window, UINT message, WPARAM wp,
UINT              194 win8/metro_driver/chrome_url_launch_handler.cc   static const UINT navigation_search_message =
UINT               39 win8/metro_driver/ime/input_scope.cc   STDMETHOD(GetInputScopes)(InputScope** input_scopes, UINT* count) OVERRIDE {
UINT               49 win8/metro_driver/ime/input_scope.cc     *count = static_cast<UINT>(input_scopes_.size());
UINT               52 win8/metro_driver/ime/input_scope.cc   STDMETHOD(GetPhrase)(BSTR** phrases, UINT* count) OVERRIDE {
UINT               12 win8/metro_driver/metro_driver_win7.cc LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
UINT              117 win8/metro_driver/print_handler.cc   UINT creation_flags = D3D11_CREATE_DEVICE_BGRA_SUPPORT;