diff --git a/PInvoke/User32/WinUser.Message.cs b/PInvoke/User32/WinUser.Message.cs index 69906e09..4de894f2 100644 --- a/PInvoke/User32/WinUser.Message.cs +++ b/PInvoke/User32/WinUser.Message.cs @@ -7,6 +7,9 @@ namespace Vanara.PInvoke { public static partial class User32 { + /// Return this value when processing a broadcast message to deny a query. + public static readonly IntPtr BROADCAST_QUERY_DENY = (IntPtr)0x424D5144; + /// /// Used to define private messages for use by private window classes, usually of the form OCM__BASE+x, where x is an integer value. ///