Index: base/win/win_util.h |
=================================================================== |
--- base/win/win_util.h (revision 98348) |
+++ base/win/win_util.h (working copy) |
@@ -37,6 +37,14 @@ |
namespace base { |
namespace win { |
+// A Windows message reflected from other windows. This message is sent |
+// with the following arguments: |
+// hWnd - Target window |
+// uMsg - kReflectedMessage |
+// wParam - Should be 0 |
+// lParam - Pointer to MSG struct containing the original message. |
+const int kReflectedMessage = WM_APP + 3; |
+ |
BASE_EXPORT void GetNonClientMetrics(NONCLIENTMETRICS* metrics); |
// Returns the string representing the current user sid. |